-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
424 lines (296 loc) · 12.6 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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>小风车的日与夜</title>
<meta name="keywords" content="">
<meta name="description" content="小风车的日与夜">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="happy">
<meta property="og:type" content="article">
<meta property="og:title" content="第二篇博客!!">
<meta property="og:url" content="http://example.com/2024/09/30/%E7%AC%AC%E4%BA%8C%E7%AF%87%E5%8D%9A%E5%AE%A2%EF%BC%81%EF%BC%81/index.html">
<meta property="og:site_name" content="小风车的日与夜">
<meta property="og:description" content="happy">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2024-09-30T13:36:55.000Z">
<meta property="article:modified_time" content="2024-09-30T13:36:55.516Z">
<meta property="article:author" content="Cedric Cai">
<meta property="article:tag" content="study account">
<meta name="twitter:card" content="summary">
<link rel="icon" href="/img/avatar.jpg">
<link href="/css/style.css?v=1.1.0" rel="stylesheet">
<link href="/css/hl_theme/atom-light.css?v=1.1.0" rel="stylesheet">
<link href="//cdn.jsdelivr.net/npm/[email protected]/animate.min.css" rel="stylesheet">
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script src="/js/titleTip.js?v=1.1.0" ></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/highlight.pack.min.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/nprogress.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/jquery.cookie.min.js" ></script>
<script src="/js/iconfont.js?v=1.1.0" ></script>
<meta name="generator" content="Hexo 7.3.0"></head>
<div style="display: none">
<input class="theme_disqus_on" value="false">
<input class="theme_preload_comment" value="">
<input class="theme_blog_path" value="">
<input id="theme_shortcut" value="true" />
<input id="theme_highlight_on" value="true" />
<input id="theme_code_copy" value="true" />
</div>
<body>
<aside class="nav mobile">
<div class="nav-left">
<a href="/"
class="avatar_target">
<img class="avatar"
src="/img/avatar.jpg"/>
</a>
<div class="author">
<span>Cedric Cai</span>
</div>
<div class="icon">
<a title="github"
href="https://github.com/cedric1902666"
target="_blank">
<svg class="iconfont-svg" aria-hidden="true">
<use xlink:href="#icon-github"></use>
</svg>
</a>
</div>
<ul>
<li>
<div class="all active" data-rel="全部文章">全部文章
<small>(3)</small>
</div>
</li>
</ul>
<div class="left-bottom">
<div class="menus">
</div>
<div>
<a class="about hasFriend site_url"
href="/about">关于</a>
<a style="width: 50%"
class="friends">友链</a>
</div>
</div>
<input type="hidden" id="yelog_site_posts_number" value="3">
<div style="display: none">
<span id="busuanzi_value_site_uv"></span>
<span id="busuanzi_value_site_pv"></span>
</div>
</div>
<div class="nav-right">
<div class="friends-area">
<div class="friends-title">
友情链接
<i class="iconfont icon-left"></i>
</div>
<div class="friends-content">
<ul>
<li><a target="_blank" href="http://yelog.org/">叶落阁</a></li>
</ul>
</div>
</div>
<div class="title-list">
<div class="right-top">
<div id="default-panel">
<i class="iconfont icon-search" data-title="搜索 快捷键 i"></i>
<div class="right-title">全部文章</div>
<i class="iconfont icon-file-tree" data-title="切换到大纲视图 快捷键 w"></i>
</div>
<div id="search-panel">
<i class="iconfont icon-left" data-title="返回"></i>
<input id="local-search-input" autocomplete="off"/>
<label class="border-line" for="input"></label>
<i class="iconfont icon-case-sensitive" data-title="大小写敏感"></i>
<i class="iconfont icon-tag" data-title="标签"></i>
</div>
<div id="outline-panel" style="display: none">
<div class="right-title">大纲</div>
<i class="iconfont icon-list" data-title="切换到文章列表"></i>
</div>
</div>
<div class="tags-list">
<input id="tag-search" />
<div class="tag-wrapper">
</div>
</div>
<nav id="title-list-nav">
<a class="全部文章 "
href="/2024/09/30/%E7%AC%AC%E4%BA%8C%E7%AF%87%E5%8D%9A%E5%AE%A2%EF%BC%81%EF%BC%81/"
data-tag=""
data-author="" >
<span class="post-title" title="第二篇博客!!">第二篇博客!!</span>
<span class="post-date" title="2024-09-30 21:36:55">2024/09/30</span>
</a>
<a class="全部文章 "
href="/2024/09/30/%E4%BD%A0%E5%A5%BD%E5%95%8A%E8%BF%99%E6%98%AF%E5%B0%8F%E9%A3%8E%E8%BD%A6%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87%E5%8D%9A%E5%AE%A2/"
data-tag=""
data-author="" >
<span class="post-title" title="欢迎来到Cedric的个人博客!">欢迎来到Cedric的个人博客!</span>
<span class="post-date" title="2024-09-30 19:48:04">2024/09/30</span>
</a>
<a class="全部文章 "
href="/2024/09/30/hello-world/"
data-tag=""
data-author="" >
<span class="post-title" title="Hello World">Hello World</span>
<span class="post-date" title="2024-09-30 19:44:11">2024/09/30</span>
</a>
<div id="no-item-tips">
</div>
</nav>
<div id="outline-list">
</div>
</div>
</div>
<div class="hide-list">
<div class="semicircle" data-title="切换全屏 快捷键 s">
<div class="brackets first"><</div>
<div class="brackets">></div>
</div>
</div>
</aside>
<div id="post" class="index">
<div class="pjax">
<article class="index">
<div class="toc-ref">
<ol class="toc"><li class="toc-item toc-level-1"><a class="toc-link"><span class="toc-text"></span></a><ol class="toc-child"><li class="toc-item toc-level-2"><a class="toc-link" href="#%E5%89%8D%E8%A8%80"><span class="toc-text">前言</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#%E5%85%B3%E4%BA%8E%E5%B0%8F%E9%A3%8E%E8%BD%A6%E7%9A%84%E6%97%A5%E4%B8%8E%E5%A4%9C"><span class="toc-text">关于小风车的日与夜</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#%E5%8D%9A%E5%AE%A2%E5%B9%B3%E5%8F%B0"><span class="toc-text">博客平台</span></a></li></ol></li></ol>
<style>
.left-col .switch-btn,
.left-col .switch-area {
display: none;
}
.toc-level-3 i,
.toc-level-3 ol {
display: none !important;
}
</style>
</div>
<h1 id=""><a href="#" class="headerlink" title=""></a></h1><h2 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h2><p>很高兴见到你。</p>
<blockquote>
<p>记忆既不是短暂易散的云雾,也不是干爽的透明,而是烧焦的生灵在城市表面结成的痂,是浸透了不再流动的生命液体的海绵,是过去、现在与未来混合而成的果酱,把运动中的存在给钙化封存起来:这才是你在旅行终点的发现。</p>
</blockquote>
<p>想在这里盛放我的记忆、我的曾经存在过而害怕被遗忘的情绪与思考、我的被三分钟热度点燃的廉价而热烈的真实激情,以及我每一个下定决心去爱的瞬间。</p>
<h2 id="关于小风车的日与夜"><a href="#关于小风车的日与夜" class="headerlink" title="关于小风车的日与夜"></a>关于小风车的日与夜</h2><p>到目前为止已经写了<code class="article_number"></code>篇文章, 共<code class="site_word_count"></code>字。</p>
<p>本站访问人数:<code class="site_uv"></code>人次 , 访问量:<code class="site_pv"></code>次</p>
<h2 id="博客平台"><a href="#博客平台" class="headerlink" title="博客平台"></a>博客平台</h2><p>这个博客通过 <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a> 生成,部署在 <a target="_blank" rel="noopener" href="https://pages.github.com/">GitHub Pages</a>主题 <a target="_blank" rel="noopener" href="https://github.com/yelog/hexo-theme-3-hexo">3-hexo</a> 已经在github上开源</p>
</article>
<p>
<a class="dashang" onclick="dashangToggle()">赏</a>
</p>
</div>
<div class="copyright">
<p class="footer-entry">
©2016-2020 Yelog
</p>
<p class="footer-entry">Built with <a href="https://hexo.io/" target="_blank">Hexo</a> and <a href="https://github.com/yelog/hexo-theme-3-hexo" target="_blank">3-hexo</a> theme</p>
</div>
</div>
<div class="full-toc">
<button class="full" data-title="切换全屏 快捷键 s"><span class="min "></span></button>
<a class="" id="rocket" ></a>
</div>
<div class="hide_box" onclick="dashangToggle()"></div>
<div class="shang_box">
<a class="shang_close" onclick="dashangToggle()">×</a>
<div class="shang_tit">
<p>喜欢就点赞,疼爱就打赏</p>
</div>
<div class="shang_payimg">
<div class="pay_img">
<img src="/img/alipay.jpg" class="alipay" title="扫码支持">
<img src="/img/weixin.jpg" class="weixin" title="扫码支持">
</div>
</div>
<div class="shang_payselect">
<span><label><input type="radio" name="pay" checked value="alipay">支付宝</label></span><span><label><input type="radio" name="pay" value="weixin">微信</label></span>
</div>
</div>
</body>
<script src="/js/jquery.pjax.js?v=1.1.0" ></script>
<script src="/js/script.js?v=1.1.0" ></script>
<script>
var img_resize = 'default';
function initArticle() {
/*渲染对应的表格样式*/
$("#post .pjax table").addClass("green_title");
/*渲染打赏样式*/
$("input[name=pay]").on("click", function () {
if($("input[name=pay]:checked").val()=="weixin"){
$(".shang_box .shang_payimg .pay_img").addClass("weixin_img");
} else {
$(".shang_box .shang_payimg .pay_img").removeClass("weixin_img");
}
})
/*高亮代码块行号*/
/*访问数量*/
$.getScript("//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js");
/*代码高亮,行号对齐*/
$('.pre-numbering').css('line-height',$('.has-numbering').css('line-height'));
}
/*打赏页面隐藏与展示*/
function dashangToggle() {
$(".shang_box").fadeToggle();
$(".hide_box").fadeToggle();
}
</script>
<!--加入行号的高亮代码块样式-->
<!--自定义样式设置-->
<style>
.nav {
width: 542px;
}
.nav.fullscreen {
margin-left: -542px;
}
.nav-left {
width: 120px;
}
@media screen and (max-width: 1468px) {
.nav {
width: 492px;
}
.nav.fullscreen {
margin-left: -492px;
}
.nav-left {
width: 100px;
}
}
@media screen and (max-width: 1024px) {
.nav {
width: 492px;
margin-left: -492px
}
.nav.fullscreen {
margin-left: 0;
}
}
@media screen and (max-width: 426px) {
.nav {
width: 100%;
}
.nav-left {
width: 100%;
}
}
.nav-right .title-list nav a .post-title, .nav-right .title-list #local-search-result a .post-title {
color: #383636;
}
.nav-right .title-list nav a .post-date, .nav-right .title-list #local-search-result a .post-date {
color: #5e5e5f;
}
.nav-right nav a.hover, #local-search-result a.hover{
background-color: #e2e0e0;
}
/*列表样式*/
/* 背景图样式 */
/*引用块样式*/
/*文章列表背景图*/
</style>
</html>