aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinweiClarkChao <[email protected]>2014-09-23 22:34:14 +0800
committerJinwei Zhao <[email protected]>2017-01-13 15:07:44 +0800
commitb214f38d2c24a890ce36512a0c8bab965e27a508 (patch)
tree1522b651444407cbf120798e79be4657f1b472ab /Code/GitHub_Jekyll/posts/2014-03-20-blog-git-pages.html
parente13882d1656b143533cec307a19425e0a56ec999 (diff)
downloadjinwei.me-b214f38d2c24a890ce36512a0c8bab965e27a508.tar.gz
README
Diffstat (limited to 'Code/GitHub_Jekyll/posts/2014-03-20-blog-git-pages.html')
-rw-r--r--Code/GitHub_Jekyll/posts/2014-03-20-blog-git-pages.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/Code/GitHub_Jekyll/posts/2014-03-20-blog-git-pages.html b/Code/GitHub_Jekyll/posts/2014-03-20-blog-git-pages.html
new file mode 100644
index 0000000..788b818
--- /dev/null
+++ b/Code/GitHub_Jekyll/posts/2014-03-20-blog-git-pages.html
@@ -0,0 +1,49 @@
1<!DOCTYPE html>
2<html>
3<head>
4 <meta charset='utf-8'>
5 <meta http-equiv="X-UA-Compatible" content="chrome=1">
6
7 <link rel="stylesheet" type="text/css" href="../stylesheets/stylesheet.css" media="screen" />
8 <link rel="stylesheet" type="text/css" href="../stylesheets/pygment_trac.css" media="screen" />
9 <link rel="stylesheet" type="text/css" href="../stylesheets/print.css" media="print" />
10
11 <title>Jinwei.me|Blog With Github Pages</title>
12</head>
13
14<body>
15 <header>
16 <div class="container">
17 <h1>Jinwei.me</h1>
18 <h2>I write programmes</h2>
19 <section id="downloads">
20 <a href="../index.html" class="btn btn-github">
21 <span class="icon"></span>
22 <-Back to Home</a></section>
23 </div>
24 </header>
25 <div class="container">
26 <section id="main_content">
27 <h3>
28 <a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages">
29 <span class="octicon octicon-link"></span>
30 </a>
31 Blog With Github Pages
32 </h3>
33
34 <p>
35 总算是迁移成功了
36 <br>
37 暂时先写成这样吧。
38 <br>
39 //先吐槽一下在Sublime Text里面输入中文总感觉很不协调。
40 <br>
41 话说以前一直用Wordpress实现自己的博客,反反复复折腾了好几次,经历了免费空间的崩溃,后来自己买了域名,用GoDaddy的Web Hosting做了Wordpress。每个月折合人民币45块的费用虽然有点心痛,加上自己写的文章并不是很多,想来想去总感觉有些不值得,但是苦于自己没有更好的解决办法。在这里还是要感谢
42 <a href="http://taixian.me" target="_blank">Lin Tianzhi</a>
43 学长一语道破天机,让我知道了有Github Pages这么一个神奇的实现。虽然最后没有用Jekyll,但是传统的html语言或许对我来说用着更顺手吧,也挺好的。
44 </p>
45 </section>
46 </div>
47</body>
48
49 </html> \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)