-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest-post.html
More file actions
213 lines (174 loc) · 6.19 KB
/
test-post.html
File metadata and controls
213 lines (174 loc) · 6.19 KB
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<!--[if IE 8 ]><html class="ie ie8" lang="zh"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="zh">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="龙井">
<title>龙井森林 - Test Post</title>
<!-- CSS -->
<link rel="stylesheet" href="/theme/css/style.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/theme/css/colors/blue.css" id="colors">
<!-- Code highlight color scheme -->
<link href="/theme/css/code_blocks/darkly.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<meta property="og:locale" content="">
<meta property="og:site_name" content="龙井森林">
<meta property="og:type" content="article">
<meta property="article:author" content="">
<meta property="og:url" content="/test-post.html">
<meta property="og:title" content="Test Post">
<meta property="og:description" content="">
<meta property="og:image" content="/images/guilherme-toti.jpg">
<meta property="article:published_time" content="2014-10-31 00:00:00+08:00">
</head>
<body>
<header id="header">
<!-- Container -->
<div class="container">
<!-- Logo / Mobile Menu -->
<div class="three columns">
<div id="logo">
<h1><a href="/">龙井森林</a></h1>
</div>
</div>
<!-- Navigation
================================================== -->
<div class="thirteen columns">
<nav id="navigation" class="menu">
<ul id="responsive">
<li><a href="/">Home</a></li>
<li><a href="/pages/about-longjing.html">Author</a></li>
</ul>
</nav>
</div>
</div>
<!-- Container / End -->
</header>
<!-- Header / End -->
<div id="content-wrapper">
<section id="titlebar">
<!-- Container -->
<div class="container">
<div class="sixteen columns">
<nav id="breadcrumbs">
<ul>
<li>You are here:</li>
<li><a href="/">Home</a></li>
<li><a href="/category/Git">Git</a></li>
<li>Test Post</li>
</ul>
</nav>
</div>
</div>
<!-- Container / End -->
</section>
<div class="container">
<div class="twelve alt columns">
<article class="post" style="margin: 0; border: 0;">
<div class="post-format">
<div class="circle"><i class="icon-pencil"></i><span></span></div>
</div>
<section class="post-content">
<header class="meta">
<h2><a href="/test-post.html">Test Post</a></h2>
<ul>
<li>By <a href="/author/long-jing.html">龙井</a></li>
<li>Fri 31 October 2014</li>
</ul>
</header>
<p>Foobar is not dead</p>
<h6></h6>
<p>:slug: foobar-is-not-dead
:lang: en
:translation: true</p>
<p>That's true, foobar is still alive!</p>
<p>.. code-block:: python</p>
<p>print("Pelican is a static site generator.")</p>
<p>There are two ways to specify the identifier:</p>
<div class="highlight"><pre><span></span><span class="k">print</span><span class="p">(</span><span class="s2">"The triple-colon syntax will *not* show line numbers."</span><span class="p">)</span>
</pre></div>
<p>To display line numbers, use a path-less shebang instead of colons:</p>
<table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1</pre></div></td><td class="code"><div class="highlight"><pre><span></span><span class="k">print</span><span class="p">(</span><span class="s2">"The path-less shebang syntax *will* show line numbers."</span><span class="p">)</span>
</pre></div>
</td></tr></table>
<h1>Hello Pelican</h1>
<ol>
<li>我是</li>
<li>龙井</li>
</ol>
<h2>你好</h2>
<div class="sharing">
</div>
<hr>
</section>
<div class="clearfix"></div>
</article>
</div>
<!-- Sidebar -->
<div class="four columns">
<!-- Categories -->
<div class="widget">
<h3 class="headline">Categories</h3><span class="line"></span><div class="clearfix"></div>
<nav class="categories">
<ul>
<li><a href="/category/du-shu-bi-ji.html">读书笔记</a></li>
<li class="active"><a href="/category/git.html">Git</a></li>
</ul>
</nav>
</div>
<!-- Tags -->
<div class="widget">
<h3 class="headline">Tags</h3><span class="line"></span><div class="clearfix"></div>
<nav class="tags"> <a href="/tag/devops.html">DevOps</a>
<a href="/tag/du-shu-bi-ji.html">读书笔记</a>
<a href="/tag/feng-huang-xiang-mu.html">凤凰项目</a>
<a href="/tag/gong-cheng-shi-wen-hua.html">工程师文化</a>
<a href="/tag/ji-zhu.html">技术</a>
<a href="/tag/pelican.html">pelican</a>
<a href="/tag/publishing.html">publishing</a>
<a href="/tag/ren-sheng.html">人生</a>
<a href="/tag/zhuan-ye-shu-ji.html">专业书籍</a>
</nav>
</div>
</div>
</div>
<!-- Container / End -->
</div>
<!-- Content Wrapper / End -->
<div id="footer-bottom">
<!-- Container -->
<div class="container">
<div class="eight columns">Blog powered by <a href="http://getpelican.com">Pelican</a></div>
<div class="eight columns">
<ul class="social-icons-footer">
<li>
<a href="#" class="tooltip top" title="You can add links in your config file">
<i class="icon-you can add links in your config file"></i>
</a>
</li>
<li>
<a href="#" class="tooltip top" title="Another social link">
<i class="icon-another social link"></i>
</a>
</li>
<li><a href="/None" class="tooltip top" title="RSS"><i class="icon-rss"></i></a></li>
</ul>
</div>
</div>
<!-- Container / End -->
</div>
<!-- Footer Bottom / End -->
<!-- Javascripts -->
<script src="/theme/js/jquery.min.js"></script>
</body>
</html>