-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
66 lines (54 loc) · 2.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Blog by yeyuguo</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Blog</h1>
<p>This Is My Github Page Blog</p>
<p class="view"><a href="https://github.com/yeyuguo/Blog">View the Project on GitHub <small>yeyuguo/Blog</small></a></p>
<ul>
<li><a href="https://github.com/yeyuguo/Blog/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/yeyuguo/Blog/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/yeyuguo/Blog">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>
<a name="blog" class="anchor" href="#blog"><span class="octicon octicon-link"></span></a>Blog</h1>
<h1></h1>
<h1>
<a name="this-is-my-github-page-blog" class="anchor" href="#this-is-my-github-page-blog"><span class="octicon octicon-link"></span></a>This Is My Github Page Blog</h1>
<pre><code> 这是我在GitHub上的一个暂寄小博客,用的是jekyll
</code></pre>
<h1></h1>
<pre><code> 博客地址是:
http://yeyuguo.github.io/Blog/
jekyll参考资料:
http://www.ruanyifeng.com/blog/2012/08/blogging_with_jekyll.html
jekyll的实例库:
https://github.com/mojombo/tpw
</code></pre>
<h1></h1>
<pre><code> 这个主题的参考资料是:
http://jingyan.baidu.com/article/ed2a5d1f3732cb09f7be1745.html
</code></pre>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/yeyuguo">yeyuguo</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>