-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
363 lines (224 loc) · 10.4 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
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE HTML>
<html >
<head>
<meta charset="UTF-8">
<title>Hexo</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1">
<meta name="author" content="John Doe">
<link rel="icon" href="/img/favicon.ico">
<link rel="apple-touch-icon" href="/img/pacman.jpg">
<link rel="apple-touch-icon-precomposed" href="/img/pacman.jpg">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header>
<div>
<div id="imglogo">
<a href="/"><img src="/img/logo.svg" alt="Hexo" title="Hexo"/></a>
</div>
<div id="textlogo">
<h1 class="site-name"><a href="/" title="Hexo">Hexo</a></h1>
<h2 class="blog-motto"></h2>
</div>
<div class="navbar"><a class="navbutton navmobile" href="#" title="Menu">
</a></div>
<nav class="animated">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/archives">Archives</a></li>
<li><a href="/baidusitemap.xml">baiduSitemap</a></li>
<li><a href="/atom.xml">Rss</a></li>
<li>
<form class="search" action="/search/index.html" method="get" accept-charset="utf-8">
<label>Search</label>
<input type="text" id="search" class="st-default-search-input" maxlength="20" placeholder="Search" />
</form>
</li>
</ul>
</nav>
</div>
</header>
<div id="container">
<div id="main">
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/05/10/test-5/" title="test 5" itemprop="url">
<h1 itemprop="name">test 5</h1>
<p itemprop="description" ></p>
<time datetime="2016-05-11T04:11:36.000Z" itemprop="datePublished">2016-05-10</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/05/10/test-4/" title="test 4" itemprop="url">
<h1 itemprop="name">test 4</h1>
<p itemprop="description" ></p>
<time datetime="2016-05-11T04:07:40.000Z" itemprop="datePublished">2016-05-10</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/05/10/test2/" title="test 2" itemprop="url">
<h1 itemprop="name">test 2</h1>
<p itemprop="description" ></p>
<time datetime="2016-05-11T03:12:31.000Z" itemprop="datePublished">2016-05-10</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/05/09/test3/" title="test 3" itemprop="url">
<h1 itemprop="name">test 3</h1>
<p itemprop="description" ></p>
<time datetime="2016-05-09T13:42:29.000Z" itemprop="datePublished">2016-05-09</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/05/09/my-new-post-1/" title="The first test" itemprop="url">
<h1 itemprop="name">The first test</h1>
<p itemprop="description" ></p>
<time datetime="2016-05-09T13:42:29.000Z" itemprop="datePublished">2016-05-09</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/05/09/hello-world/" title="Hello World" itemprop="url">
<h1 itemprop="name">Hello World</h1>
<p itemprop="description" >Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the </p>
<time datetime="2016-05-09T13:41:47.798Z" itemprop="datePublished">2016-05-09</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/05/06/next/" title="next主题优化" itemprop="url">
<h1 itemprop="name">next主题优化</h1>
<p itemprop="description" >NexT主题与Hexo更搭哦
本篇详细介绍Hexo-Next主题的一些个性化定制
1. 添加自定义导航分类(以Next主题为例,其他主题类似)需求
默认自带分类:首页,归档,分类,标签,关于.不够用.
想增加一些自定义的分类.
本文以添加 工具(tools) 分类为例.
摸索了半</p>
<time datetime="2016-05-07T03:11:32.000Z" itemprop="datePublished">2016-05-06</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/05/06/markdown/" title="markdown简要语法" itemprop="url">
<h1 itemprop="name">markdown简要语法</h1>
<p itemprop="description" >Markdown 简明语法手册1. 斜体和粗体使用 和 * 表示斜体和粗体。
示例:
这是 斜体,这是 粗体。
2. 分级标题使用 === 表示一级标题,使用 — 表示二级标题。
示例:
1234567这是一个一级标题============================这是</p>
<time datetime="2016-05-07T02:15:12.000Z" itemprop="datePublished">2016-05-06</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/05/06/cmd-markdown/" title="cmd markdown" itemprop="url">
<h1 itemprop="name">cmd markdown</h1>
<p itemprop="description" >Cmd Markdown
我们理解您需要更便捷更高效的工具记录思想,整理笔记、知识,并将其中承载的价值传播给他人,Cmd Markdown 是我们给出的答案 —— 我们为记录思想和分享知识提供更专业的工具。 您可以使用 Cmd Markdown:
整理知识,学习笔记
发布日记</p>
<time datetime="2016-05-07T00:17:05.000Z" itemprop="datePublished">2016-05-06</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/05/06/Hexo/" title="Hexo" itemprop="url">
<h1 itemprop="name">Hexo</h1>
<p itemprop="description" >搭建 Hexo + Github引言
本工作的根本目的是在Github上搭建一个个人博客。其优点是免费,而且可以学习Git。因此本人从今天开始打算将博客平台转移到Github上来。
Github上可以用来搭建博客的工具大概有三个:Hexo, Jekyll, octopress等。</p>
<time datetime="2016-05-06T23:59:05.000Z" itemprop="datePublished">2016-05-06</time>
</a>
</section>
<nav id="page-nav" class="clearfix">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="extend next" rel="next" href="/page/2/">Next »</a>
</nav>
</div>
<div class="openaside"><a class="navbutton" href="#" title="Show Sidebar"></a></div>
<div id="asidepart">
<div class="closeaside"><a class="closebutton" href="#" title="Hide Sidebar"></a></div>
<aside class="clearfix">
<div class="tagslist">
<p class="asidetitle">Tags</p>
<ul class="clearfix">
<li><a href="/tags/Is-everything-OKay/" title="Is everything OKay?">Is everything OKay?<sup>1</sup></a></li>
<li><a href="/tags/blog/" title="blog">blog<sup>1</sup></a></li>
<li><a href="/tags/cmd-markdown/" title="cmd markdown">cmd markdown<sup>1</sup></a></li>
<li><a href="/tags/github/" title="github">github<sup>1</sup></a></li>
<li><a href="/tags/hexo/" title="hexo">hexo<sup>2</sup></a></li>
<li><a href="/tags/markdown/" title="markdown">markdown<sup>2</sup></a></li>
<li><a href="/tags/next/" title="next">next<sup>1</sup></a></li>
<li><a href="/tags/test-3/" title="test 3!">test 3!<sup>1</sup></a></li>
<li><a href="/tags/why-no-test-2/" title="why no test 2??">why no test 2??<sup>1</sup></a></li>
<li><a href="/tags/why-nothing/" title="why nothing???">why nothing???<sup>1</sup></a></li>
<li><a href="/tags/wo-zhe-ge-xu-ni-ji-li-mian-bu-zhi-dao-wei-she-me-bu-neng-yong-zhong-wen-xian-jiang-jiu-zhe-kan-yi-xia-ba-fan-zheng-di-yi-pian-blog-ce-shi-yi-xia-kan-kan/" title="wo zhe ge xu ni ji li mian bu zhi dao wei she me ,bu neng yong zhong wen,xian jiang jiu zhe kan yi xia ba ,fan zheng ,di yi pian blog,ce shi yi xia kan kan .">wo zhe ge xu ni ji li mian bu zhi dao wei she me ,bu neng yong zhong wen,xian jiang jiu zhe kan yi xia ba ,fan zheng ,di yi pian blog,ce shi yi xia kan kan .<sup>1</sup></a></li>
<li><a href="/tags/语法/" title="语法">语法<sup>1</sup></a></li>
</ul>
</div>
<div class="rsspart">
<a href="null" target="_blank" title="rss">RSS</a>
</div>
</aside>
</div>
</div>
<footer><div id="footer" >
<div class="line">
<span></span>
<div class="author"></div>
</div>
<div class="social-font clearfix">
</div>
<p class="copyright">Powered by <a href="http://hexo.io" target="_blank" title="hexo">hexo</a> and Theme by <a href="https://github.com/A-limon/pacman" target="_blank" title="Pacman">Pacman</a> © 2016
<a href="http://yoursite.com" target="_blank" title="John Doe">John Doe</a>
</p>
<script type="text/javascript">
(function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){
(w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t);
e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e);
})(window,document,'script','//s.swiftypecdn.com/install/v2/st.js','_st');
_st('install','EQMsDaJ-TKU1uj15exKR','2.0.0');
</script>
</div>
</footer>
<script src="/js/jquery-2.1.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.navbar').click(function(){
$('header nav').toggleClass('shownav');
});
var myWidth = 0;
function getSize(){
if( typeof( window.innerWidth ) == 'number' ) {
myWidth = window.innerWidth;
} else if( document.documentElement && document.documentElement.clientWidth) {
myWidth = document.documentElement.clientWidth;
};
};
var m = $('#main'),
a = $('#asidepart'),
c = $('.closeaside'),
o = $('.openaside');
$(window).resize(function(){
getSize();
if (myWidth >= 1024) {
$('header nav').removeClass('shownav');
}else
{
m.removeClass('moveMain');
a.css('display', 'block').removeClass('fadeOut');
o.css('display', 'none');
}
});
c.click(function(){
a.addClass('fadeOut').css('display', 'none');
o.css('display', 'block').addClass('fadeIn');
m.addClass('moveMain');
});
o.click(function(){
o.css('display', 'none').removeClass('beforeFadeIn');
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn');
m.removeClass('moveMain');
});
$(window).scroll(function(){
o.css("top",Math.max(80,260-$(this).scrollTop()));
});
});
</script>
</body>
</html>