Skip to content

Commit f9aa7dc

Browse files
committed
Site updated: 2016-11-19 23:20:56
1 parent 694fc47 commit f9aa7dc

File tree

82 files changed

+2761
-1044
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+2761
-1044
lines changed

2016/04/27/Hexo-使用攻略/index.html

Lines changed: 114 additions & 46 deletions
Large diffs are not rendered by default.

2016/05/04/iterm2使用solarized/index.html

Lines changed: 115 additions & 47 deletions
Large diffs are not rendered by default.

2016/05/14/git-常使用命令/index.html

Lines changed: 114 additions & 46 deletions
Large diffs are not rendered by default.

2016/05/22/理解Container-Components组件/index.html

Lines changed: 114 additions & 46 deletions
Large diffs are not rendered by default.

2016/05/26/sublime-必备插件及提供一款优美主题/index.html

Lines changed: 114 additions & 46 deletions
Large diffs are not rendered by default.

2016/06/14/shell常用快捷键/index.html

Lines changed: 114 additions & 46 deletions
Large diffs are not rendered by default.

archives/2016/04/index.html

Lines changed: 66 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66

77

8-
<html class="theme-next pisces use-motion">
8+
<html class="theme-next pisces use-motion" lang="zh-Hans">
99
<head>
1010
<meta charset="UTF-8"/>
11-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
11+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1212
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
1313

1414

@@ -27,7 +27,9 @@
2727

2828

2929

30-
<link href="/vendors/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css"/>
30+
31+
32+
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
3133

3234

3335

@@ -59,9 +61,11 @@
5961

6062

6163

62-
<link href="/vendors/font-awesome/css/font-awesome.min.css?v=4.4.0" rel="stylesheet" type="text/css" />
6364

64-
<link href="/css/main.css?v=5.0.1" rel="stylesheet" type="text/css" />
65+
66+
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
67+
68+
<link href="/css/main.css?v=5.1.0" rel="stylesheet" type="text/css" />
6569

6670

6771
<meta name="keywords" content="Hexo, NexT" />
@@ -73,7 +77,7 @@
7377

7478

7579

76-
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.0.1" />
80+
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.1.0" />
7781

7882

7983

@@ -92,20 +96,36 @@
9296

9397

9498

95-
<script type="text/javascript" id="hexo.configuration">
99+
<script type="text/javascript" id="hexo.configurations">
96100
var NexT = window.NexT || {};
97101
var CONFIG = {
102+
root: '/',
98103
scheme: 'Pisces',
99104
sidebar: {"position":"left","display":"post"},
100105
fancybox: true,
101106
motion: true,
102107
duoshuo: {
103-
userId: 0,
108+
userId: '0',
104109
author: '博主'
110+
},
111+
algolia: {
112+
applicationID: '',
113+
apiKey: '',
114+
indexName: '',
115+
hits: {"per_page":10},
116+
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
105117
}
106118
};
107119
</script>
108120

121+
122+
123+
<link rel="canonical" href="http://yoursite.com/archives/2016/04/"/>
124+
125+
126+
127+
128+
109129
<title> 归档 | david's blog </title>
110130
</head>
111131

@@ -162,7 +182,7 @@
162182
<li class="menu-item menu-item-home">
163183
<a href="/" rel="section">
164184

165-
<i class="menu-item-icon fa fa-home fa-fw"></i> <br />
185+
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
166186

167187
首页
168188
</a>
@@ -172,7 +192,7 @@
172192
<li class="menu-item menu-item-categories">
173193
<a href="/categories" rel="section">
174194

175-
<i class="menu-item-icon fa fa-th fa-fw"></i> <br />
195+
<i class="menu-item-icon fa fa-fw fa-th"></i> <br />
176196

177197
分类
178198
</a>
@@ -182,7 +202,7 @@
182202
<li class="menu-item menu-item-archives">
183203
<a href="/archives" rel="section">
184204

185-
<i class="menu-item-icon fa fa-archive fa-fw"></i> <br />
205+
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
186206

187207
归档
188208
</a>
@@ -192,7 +212,7 @@
192212
<li class="menu-item menu-item-tags">
193213
<a href="/tags" rel="section">
194214

195-
<i class="menu-item-icon fa fa-tags fa-fw"></i> <br />
215+
<i class="menu-item-icon fa fa-fw fa-tags"></i> <br />
196216

197217
标签
198218
</a>
@@ -202,7 +222,7 @@
202222
<li class="menu-item menu-item-guestbook">
203223
<a href="/guestbook" rel="section">
204224

205-
<i class="menu-item-icon fa fa-pencil fa-fw"></i> <br />
225+
<i class="menu-item-icon fa fa-fw fa-pencil"></i> <br />
206226

207227
留言
208228
</a>
@@ -216,6 +236,8 @@
216236

217237
</nav>
218238

239+
240+
219241
</div>
220242
</header>
221243

@@ -312,7 +334,7 @@ <h1 class="post-title">
312334

313335

314336

315-
<section class="site-overview sidebar-panel sidebar-panel-active ">
337+
<section class="site-overview sidebar-panel sidebar-panel-active">
316338
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
317339
<img class="site-author-image" itemprop="image"
318340
src="/images/avatar.png"
@@ -356,7 +378,7 @@ <h1 class="post-title">
356378
<span class="links-of-author-item">
357379
<a href="https://github.com/chenchunyong" target="_blank" title="GitHub">
358380

359-
<i class="fa fa-github"></i>
381+
<i class="fa fa-fw fa-github"></i>
360382

361383
GitHub
362384
</a>
@@ -365,7 +387,7 @@ <h1 class="post-title">
365387
<span class="links-of-author-item">
366388
<a href="https://twitter.com/windavidking" target="_blank" title="Twitter">
367389

368-
<i class="fa fa-twitter"></i>
390+
<i class="fa fa-fw fa-twitter"></i>
369391

370392
Twitter
371393
</a>
@@ -374,7 +396,7 @@ <h1 class="post-title">
374396
<span class="links-of-author-item">
375397
<a href="https://www.zhihu.com/people/chen-feng-xie" target="_blank" title="Zhihu">
376398

377-
<i class="fa fa-globe"></i>
399+
<i class="fa fa-fw fa-globe"></i>
378400

379401
Zhihu
380402
</a>
@@ -389,6 +411,9 @@ <h1 class="post-title">
389411

390412

391413

414+
415+
416+
392417
</section>
393418

394419

@@ -413,8 +438,9 @@ <h1 class="post-title">
413438
<span class="author" itemprop="copyrightHolder">david</span>
414439
</div>
415440

441+
416442
<div class="powered-by">
417-
<a class="theme-link" href="http://hexo.io">Hexo</a> 强力驱动
443+
<a class="theme-link" href="https://hexo.io">Hexo</a> 强力驱动
418444
</div>
419445

420446
<div class="theme-info">
@@ -424,6 +450,7 @@ <h1 class="post-title">
424450
</a>
425451
</div>
426452

453+
427454

428455

429456

@@ -456,40 +483,40 @@ <h1 class="post-title">
456483

457484

458485

459-
<script type="text/javascript" src="/vendors/jquery/index.js?v=2.1.3"></script>
486+
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
460487

461488

462-
<script type="text/javascript" src="/vendors/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
489+
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
463490

464491

465-
<script type="text/javascript" src="/vendors/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
492+
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
466493

467494

468-
<script type="text/javascript" src="/vendors/velocity/velocity.min.js?v=1.2.1"></script>
495+
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
469496

470497

471-
<script type="text/javascript" src="/vendors/velocity/velocity.ui.min.js?v=1.2.1"></script>
498+
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
472499

473500

474-
<script type="text/javascript" src="/vendors/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
501+
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
475502

476503

477504

478505

479506

480-
<script type="text/javascript" src="/js/src/utils.js?v=5.0.1"></script>
507+
<script type="text/javascript" src="/js/src/utils.js?v=5.1.0"></script>
481508

482-
<script type="text/javascript" src="/js/src/motion.js?v=5.0.1"></script>
509+
<script type="text/javascript" src="/js/src/motion.js?v=5.1.0"></script>
483510

484511

485512

486513

487514

488515

489516

490-
<script type="text/javascript" src="/js/src/affix.js?v=5.0.1"></script>
517+
<script type="text/javascript" src="/js/src/affix.js?v=5.1.0"></script>
491518

492-
<script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.0.1"></script>
519+
<script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.1.0"></script>
493520

494521

495522

@@ -504,7 +531,7 @@ <h1 class="post-title">
504531

505532

506533

507-
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.0.1"></script>
534+
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.0"></script>
508535

509536

510537

@@ -529,19 +556,29 @@ <h1 class="post-title">
529556

530557

531558

559+
560+
<script src="/lib/ua-parser-js/dist/ua-parser.min.js?v=0.7.9"></script>
561+
<script src="/js/src/hook-duoshuo.js"></script>
532562

533563

534564

535565

536566

537567

568+
569+
570+
571+
538572

573+
539574

575+
540576

541577

542578

543579

544580

581+
545582

546583
</body>
547584
</html>

0 commit comments

Comments
 (0)