-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex3.html
136 lines (121 loc) · 6.63 KB
/
index3.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>A Blog</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<a href="https://github.com/we-taper">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
</a>
<header id="banner" class="body">
<h1><a href="/">A Blog <strong>about coding & physics</strong></a></h1>
<nav><ul>
<li><a href="/pages/who-am-i.html">Who am I?</a></li>
<li><a href="/category/blogging.html">Blogging</a></li>
<li><a href="/category/many-boby-physics.html">Many Boby Physics</a></li>
<li><a href="/category/misc-course-notes.html">Misc Course Notes</a></li>
<li><a href="/category/programming.html">Programming</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<ol id="posts-list" class="hfeed" start="6">
<li><article class="hentry">
<header>
<h1><a href="/Python Study Note.html" rel="bookmark"
title="Permalink to Python Study Note (Last update: 2014-2-21)">Python Study Note (Last update: 2014-2-21)</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2014-02-21T14:00:00+08:00">
Published: 周五 21 二月 2014
</abbr>
<address class="vcard author">
By <a class="url fn" href="/author/wetaper.html">we.taper</a>
</address>
<p>In <a href="/category/programming.html">Programming</a>.</p>
<p>tags: <a href="/tag/python.html">Python</a> </p>
</footer><!-- /.post-info --> <p>My Python Study Note.</p>
<a class="readmore" href="/Python Study Note.html">read more</a>
<p>There are <a href="/Python Study Note.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="/Using Jekyll and Github to Blog.html" rel="bookmark"
title="Permalink to Using Jekyll and Github to Blog v0.1 (Failed)">Using Jekyll and Github to Blog v0.1 (Failed)</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2014-02-21T14:00:00+08:00">
Published: 周五 21 二月 2014
</abbr>
<address class="vcard author">
By <a class="url fn" href="/author/wetaper.html">we.taper</a>
</address>
<p>In <a href="/category/blogging.html">Blogging</a>.</p>
<p>tags: <a href="/tag/jykell.html">Jykell</a> <a href="/tag/unpolished.html">unPolished</a> </p>
</footer><!-- /.post-info --> <p>Spent a whole day on Jykell, but failed. Turned to Pelican instead.</p>
<a class="readmore" href="/Using Jekyll and Github to Blog.html">read more</a>
<p>There are <a href="/Using Jekyll and Github to Blog.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
</article></li>
<li><article class="hentry">
<header>
<h1><a href="/using-pelican-and-github-to-blog-start.html" rel="bookmark"
title="Permalink to Using Pelican and Github to Blog - Start">Using Pelican and Github to Blog - Start</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2014-02-21T02:00:00+08:00">
Published: 周五 21 二月 2014
</abbr>
<address class="vcard author">
By <a class="url fn" href="/author/wetaper.html">we.taper</a>
</address>
<p>In <a href="/category/blogging.html">Blogging</a>.</p>
<p>tags: <a href="/tag/pelican.html">Pelican</a> <a href="/tag/unfinished.html">unFinished</a> <a href="/tag/unpolished.html">unPolished</a> </p>
</footer><!-- /.post-info --> <p>Using Pelican to generate static website and push to Github to blog.</p>
<a class="readmore" href="/using-pelican-and-github-to-blog-start.html">read more</a>
<p>There are <a href="/using-pelican-and-github-to-blog-start.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
</article></li>
</ol><!-- /#posts-list -->
<p class="paginator">
<a href="/index2.html">«</a>
Page 3 / 3
</p>
</section><!-- /#content -->
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="http://getpelican.com/">Pelican</a></li>
<li><a href="http://ovelinux.blog.sohu.com/">My Previous Blog</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="we.taper[WhateverInsideIsUseless]gmail.com">My E-Mail (Don't click, copy link and alter it to correct form, thx)</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var disqus_shortname = 'taper';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'https://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>