-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
573 lines (381 loc) · 18.7 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
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" >
<title>
Ghost_Bug.
</title>
<link rel="icon" href= /assets/favicon.ico>
<!-- TODO: 在font-face加载完毕后改变字体 -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js"></script>
<!-- 提前加载place holder -->
<style type="text/css">
@font-face {
font-family: 'Oswald-Regular';
src: url(/font/Oswald-Regular.ttf);
}
</style>
<style type="text/css">
.site-intro {
position: relative;
width: 100%;
height: 50vh;
overflow: hidden;
box-shadow: -0.1rem 0 0.5rem 0 rgba(0, 0, 0, 0.8);
}
.site-intro-placeholder {
position: absolute;
z-index: -2;
top: 0;
left: 0px;
width: calc(100% + 300px);
height: 100%;
background: repeating-linear-gradient(-45deg, #444 0, #444 80px, #333 80px, #333 160px);
background-position: center center;
transform: translate3d(-226px, 0, 0);
animation: gradient-move 2.5s ease-out 0s 1;
}
@keyframes gradient-move {
0% {
transform: translate3d(-226px, 0, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
</style>
<link rel="stylesheet" href = /css/style.css?v=20171218 />
<script src="//cdn.staticfile.org/jquery/3.2.1/jquery.min.js" defer></script>
<script src="/scripts/main.js" defer></script>
<!-- 百度统计 -->
<!-- 谷歌统计 -->
</head>
<body class="home-body">
<header class="header index-header">
<div class="read-progress"></div>
<div class="header-sidebar-menu"></div>
<!-- post页的toggle banner -->
<a class="home-link" href=/>Ghost_Bug.</a>
</header>
<div class="wrapper">
<div class="site-intro">
<!-- 主页 -->
<!-- 文章页 -->
<div class="site-intro-img" style="background-image: url(http://oumn0o088.bkt.clouddn.com/intro-desktop.jpg)"></div>
<div class="site-intro-placeholder"></div>
<div class="site-intro-meta">
<!-- 标题 -->
<h1 class="intro-title">
<!-- 主页 -->
Ghost_Bug.
<!-- 文章页 -->
</h1>
<!-- 副标题 -->
<p class="intro-subtitle">
<!-- 主页副标题 -->
it's better to burn out than to fade away
<!-- 文章页 -->
</p>
<!-- 文章页meta -->
</div>
</div>
<img class="loading" src="/assets/loading.svg" style="display: block; margin: 6rem auto 0 auto; width: 6rem; height: 6rem;" />
<script>
var browser = {
versions: function () {
var u = window.navigator.userAgent;
return {
userAgent: u,
trident: u.indexOf('Trident') > -1, //IE内核
presto: u.indexOf('Presto') > -1, //opera内核
webKit: u.indexOf('AppleWebKit') > -1, //苹果、谷歌内核
gecko: u.indexOf('Gecko') > -1 && u.indexOf('KHTML') == -1, //火狐内核
mobile: !!u.match(/AppleWebKit.*Mobile.*/), //是否为移动终端
ios: !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), //ios终端
android: u.indexOf('Android') > -1 || u.indexOf('Linux') > -1, //android终端或者uc浏览器
iPhone: u.indexOf('iPhone') > -1 || u.indexOf('Mac') > -1, //是否为iPhone或者安卓QQ浏览器
iPad: u.indexOf('iPad') > -1, //是否为iPad
webApp: u.indexOf('Safari') == -1, //是否为web应用程序,没有头部与底部
weixin: u.indexOf('MicroMessenger') == -1, //是否为微信浏览器
uc: u.indexOf('UCBrowser') > -1 //是否为android下的UC浏览器
};
}()
}
function fontLoaded(){
console.log('font loaded');
if (document.getElementsByClassName('site-intro-meta')) {
document.getElementsByClassName('intro-title')[0].classList.add('intro-fade-in');
document.getElementsByClassName('intro-subtitle')[0].classList.add('intro-fade-in');
var postIntroTags = document.getElementsByClassName('post-intro-tags')[0],
postIntroMeat = document.getElementsByClassName('post-intro-meta')[0];
if (postIntroTags) {
postIntroTags.classList.add('post-fade-in');
}
if (postIntroMeat) {
postIntroMeat.classList.add('post-fade-in');
}
}
}
console.log("userAgent:" + browser.versions.userAgent);
// UC不支持跨域,所以直接显示
if (browser.versions.uc) {
console.log("UCBrowser");
fontLoaded();
} else {
WebFont.load({
custom: {
families: ['Oswald-Regular']
},
loading: function () { //所有字体开始加载
// console.log('loading');
},
active: function () { //所有字体已渲染
fontLoaded();
},
inactive: function () { //字体预加载失败,无效字体或浏览器不支持加载
console.log('inactive: timeout');
fontLoaded();
},
timeout: 7000 // Set the timeout to two seconds
});
}
</script>
<div class="container container-unloaded">
<main class="main index-page">
<article class="index-post">
<a class="content-show-full" href = "/2018/07/25/hexo-博客多终端同步/" >
<h2 class="abstract-title">
<span>hexo 博客多终端同步</span>
</h2>
<div class="abstract-content">
在不同的终端同步维护同一个 hexo 博客
在其中一个终端操作,push 本地文件夹 Blog 中的必要文件到 yourname.github.io 的 hexo 分支上
git init //初始化本地仓库
git remote add origin [email protected]:yourname/yourname.github.io.git //将本地仓库与远程仓库对接
git add . //添加所有本地文件到 git
/* 如果自己的主题是克隆下来的,先把主题下的 .git 文件夹和 .gitignore 文件删除,不然会上传不了 */
g...
</div>
</a>
<div class="abstract-post-meta">
<!-- tags -->
<!-- date -->
<div class="abstract-date">
<span class="abstract-calander iconfont-archer"></span><span class="abstract-time">2018/07/25</span>
</div>
</div>
</article>
<article class="index-post">
<a class="content-show-full" href = "/2018/07/25/websocket-2018/" >
<h2 class="abstract-title">
<span>websocket</span>
</h2>
<div class="abstract-content">
WebSocketWebSocket是一种在单个TCP连接上进行全双工通讯的协议。WebSocket通信协议于2011年被IETF定为标准RFC 6455,并由RFC7936补充规范。WebSocket API也被W3C定为标准。
WebSocket使得客户端和服务器之间的数据交换变得更加简单,允许服务端主动向客户端推送数据。在WebSocket API中,浏览器和服务器只需要完成一次握手,两者之间就直接可以创建持久性的连接,并进行双向数据传输。
Socket.ioapi: https://socket.io/docs/socket.io 是一个基于 engine.io 开发的封装了...
</div>
</a>
<div class="abstract-post-meta">
<!-- tags -->
<!-- date -->
<div class="abstract-date">
<span class="abstract-calander iconfont-archer"></span><span class="abstract-time">2018/07/25</span>
</div>
</div>
</article>
<article class="index-post">
<a class="content-show-full" href = "/2017/12/29/goodbye-my-2017/" >
<h2 class="abstract-title">
<span>goodbye,my 2017!</span>
</h2>
<div class="abstract-content">
2017 已结过去,小小总结一下,然后展望一下
工作进行前端的加深培训学习。
年度阅读工具kindle 499 + 实体书网上看很多人年度阅读都 20 本书起,无奈个人闲暇时间除了看娃,阅读,有时候还花在玩游戏上,所以年度也就看了这几本,
其中 《明朝那些事儿》 是1-7本合集,目前应该是第5本的进度。
实体书大概就这几本 : 《我的前半生》 《嫌疑人 X 的献身》 《白夜行》 《白鹿原》
年度音乐工具之前是 QQ 音乐+网易云音乐,但是时常的发觉所有的音乐软件的每日推送都越来越少好听的歌曲,之后网上被乐彼 l3 pro 的木质背面吸引住,但是觉得太贵了,退而求其次入手了乐彼 l3 ...
</div>
</a>
<div class="abstract-post-meta">
<!-- tags -->
<!-- date -->
<div class="abstract-date">
<span class="abstract-calander iconfont-archer"></span><span class="abstract-time">2017/12/29</span>
</div>
</div>
</article>
<article class="index-post">
<a class="content-show-full" href = "/2017/12/23/JavaScript-理解闭包原型链/" >
<h2 class="abstract-title">
<span>JavaScript 理解闭包原型链</span>
</h2>
<div class="abstract-content">
首先此文是学习过程中的个人理解,如有偏颇,欢迎斧正关于闭包
function foo(){
var i=999;
return function (){
console.log(i+1000);
}
}
var f1=foo();
f1(); //1999
foo 里面的那个匿名函数就叫闭包,在没有这个闭包之前,外层函数 f1, 是无法调用foo 函数局部变量 i 的值的.
所以闭包可以说就是解决外层函数 f1 要读取某函数 foo 的局部变量,正常情况作用域变量只允许局部作用域往...
</div>
</a>
<div class="abstract-post-meta">
<!-- tags -->
<!-- date -->
<div class="abstract-date">
<span class="abstract-calander iconfont-archer"></span><span class="abstract-time">2017/12/23</span>
</div>
</div>
</article>
<article class="index-post">
<a class="content-show-full" href = "/2017/12/21/To-deploy-hexo-blog/" >
<h2 class="abstract-title">
<span>To deploy hexo blog</span>
</h2>
<div class="abstract-content">
部署环境首先 hexo 部署需要 nodejs 和 git 分别安装这两个环境工具
安装 hexo进入想部署的 blog 路径
1234567891011npm install hexo-cli -ghexo init <folder>cd <folder>npm installhexo ghexo s浏览器访问:http://localhost:4000
安装相关插件12345678910111213npm install hexo-generator-index --savenpm install hexo-generator-archive --savenp...
</div>
</a>
<div class="abstract-post-meta">
<!-- tags -->
<!-- date -->
<div class="abstract-date">
<span class="abstract-calander iconfont-archer"></span><span class="abstract-time">2017/12/21</span>
</div>
</div>
</article>
<!-- paginator -->
</main>
<!-- profile -->
<div class="profile">
<img class="profile-avatar" src= /avatar/kumamon.jpg >
<div class="profile-name">Jason Zhang</div>
<div class="profile-signature">
Jason
</div>
<div class="profile-social">
<a href="mailto:[email protected]" class="iconfont-archer email" title=email ></a>
<a href="//github.com/zz1985summer" class="iconfont-archer github" target="_blank" title="github"></a>
<a href="https://weibo.com/1984901127" class="iconfont-archer weibo" target="_blank" title="weibo"></a>
<a href="/atom.xml" class="iconfont-archer rss" target="_blank" title="rss"></a>
</div>
<div class="friends">
<div>FRIENDS</div>
<span>
<a href= //www.baidu.com target="_black">friendA</a>
</span>
<span>
<a href= //www.google.com target="_black">friendB</a>
</span>
</div>
<div class="about-me">
<div>
<a href = "http://jason-zhang.tech/CV/" >ABOUT ME</a>
</div>
</div>
</div>
</div>
<footer class="footer footer-unloaded">
<!-- social -->
<div class="social">
<a href="mailto:[email protected]" class="iconfont-archer email" title=email ></a>
<a href="//github.com/zz1985summer" class="iconfont-archer github" target="_blank" title="github"></a>
<a href="https://weibo.com/1984901127" class="iconfont-archer weibo" target="_blank" title="weibo"></a>
<a href="/atom.xml" class="iconfont-archer rss" target="_blank" title="rss"></a>
</div>
<!-- powered by Hexo -->
<div class="copyright">
<span id="hexo-power">Powered by <a href="https://hexo.io/" target="_blank">Hexo</a></span><span class="iconfont-archer power"></span><span id="theme-info">Theme <a href="https://github.com/fi3ework/hexo-theme-archer" target="_blank">archer</a></span>
</div>
<!-- 不蒜子 -->
</footer>
</div>
<!-- toc -->
<div class="back-top"></div>
<div class="sidebar">
<div class="sidebar-header sidebar-header-show-archive">
<div class="sidebar-category">
<span class="sidebar-archive-link"><span class="iconfont-archer"></span>Archive</span>
<span class="sidebar-tags-link"><span class="iconfont-archer"></span>Tag</span>
</div>
</div>
<div class="sidebar-content sidebar-content-show-archive">
<div class="sidebar-archive">
<!-- 在ejs中将archive按照时间排序 -->
<div class="total-archive"> Total : 5 </div>
<div class="post-archive">
<div class="archive-year"> 2018 </div>
<ul class="year-list">
<li class="archive-post-item">
<span class="archive-post-date">07/25</span><a class="archive-post-title" href= "/2018/07/25/websocket-2018/" >websocket</a>
</li>
<li class="archive-post-item">
<span class="archive-post-date">07/25</span><a class="archive-post-title" href= "/2018/07/25/hexo-博客多终端同步/" >hexo 博客多终端同步</a>
</li>
</ul>
<div class="archive-year"> 2017 </div>
<ul class="year-list">
<li class="archive-post-item">
<span class="archive-post-date">12/29</span><a class="archive-post-title" href= "/2017/12/29/goodbye-my-2017/" >goodbye,my 2017!</a>
</li>
<li class="archive-post-item">
<span class="archive-post-date">12/23</span><a class="archive-post-title" href= "/2017/12/23/JavaScript-理解闭包原型链/" >JavaScript 理解闭包原型链</a>
</li>
<li class="archive-post-item">
<span class="archive-post-date">12/21</span><a class="archive-post-title" href= "/2017/12/21/To-deploy-hexo-blog/" >To deploy hexo blog</a>
</li>
</div>
</div>
<div class="sidebar-tags">
<div class="sidebar-tags-name">
</div>
<div class="tag-load-fail" style="display: none; color: #ccc; font-size: 0.6rem;">
缺失模块。<br/>
1、请确保node版本大于6.2<br/>
2、在博客根目录(注意不是archer根目录)执行以下命令:<br/>
<span style="color: #f75357; font-size: 1rem; line-height: 2rem;">npm i hexo-generator-json-content --save</span><br/>
3、在根目录_config.yml里添加配置:
<pre style="color: #787878; font-size: 0.6rem;">
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true</pre>
</div>
<div class="sidebar-tag-list"></div>
</div>
</div>
</div>
<script>
var jsInfo = {
root: '/'
}
</script>
<!-- 不蒜子 -->
<!-- CNZZ统计 -->
</div>
</body>
</html>