-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
639 lines (382 loc) · 24.2 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
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>小米飯De吐槽地</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description">
<meta property="og:type" content="website">
<meta property="og:title" content="小米飯De吐槽地">
<meta property="og:url" content="http://zfanswer.github.io/index.html">
<meta property="og:site_name" content="小米飯De吐槽地">
<meta property="og:description">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="小米飯De吐槽地">
<meta name="twitter:description">
<link rel="alternative" href="/atom.xml" title="小米飯De吐槽地" type="application/atom+xml">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/style.css" type="text/css">
<script src="/js/jquery-1.9.1.min.js" type="text/javascript"></script>
</head>
<body>
<div id="container">
<div class="left-col">
<div class="overlay"></div>
<div class="intrude-less">
<header id="header" class="inner">
<a href="/" class="profilepic">
<img lazy-src="/avatar.png" class="js-avatar">
</a>
<hgroup>
<h1 class="header-author"><a href="/">小米飯</a></h1>
</hgroup>
<p class="header-subtitle">问君能有几多愁,恰似听那PDM讲需求。</p>
<div class="switch-btn">
<div class="icon">
<div class="icon-ctn">
<div class="icon-wrap icon-house" data-idx="0">
<div class="birdhouse"></div>
<div class="birdhouse_holes"></div>
</div>
<div class="icon-wrap icon-ribbon hide" data-idx="1">
<div class="ribbon"></div>
</div>
<div class="icon-wrap icon-me hide" data-idx="3">
<div class="user"></div>
<div class="shoulder"></div>
</div>
</div>
</div>
<div class="tips-box hide">
<div class="tips-arrow"></div>
<ul class="tips-inner">
<li>菜单</li>
<li>标签</li>
<li>关于我</li>
</ul>
</div>
</div>
<div class="switch-area">
<div class="switch-wrap">
<section class="switch-part switch-part1">
<nav class="header-menu">
<ul>
<li><a href="/">主页</a></li>
<li><a href="/archives">所有文章</a></li>
<li><a href="/tags/随笔">随笔</a></li>
<li><a href="/instagram">相册</a></li>
</ul>
</nav>
<nav class="header-nav">
<div class="social">
<a class="github" target="_blank" href="https://github.com/zfanswer" title="github">github</a>
<a class="rss" target="_blank" href="/atom.xml" title="rss">rss</a>
<a class="zhihu" target="_blank" href="http://www.zhihu.com/people/zfanswer" title="zhihu">zhihu</a>
</div>
</nav>
</section>
<section class="switch-part switch-part2">
<div class="widget tagcloud" id="js-tagcloud">
<a href="/tags/alfred/" style="font-size: 10px;">alfred</a> <a href="/tags/github/" style="font-size: 15px;">github</a> <a href="/tags/hexo/" style="font-size: 20px;">hexo</a> <a href="/tags/ssh/" style="font-size: 10px;">ssh</a> <a href="/tags/workflow/" style="font-size: 10px;">workflow</a> <a href="/tags/域名/" style="font-size: 10px;">域名</a> <a href="/tags/思维导图/" style="font-size: 10px;">思维导图</a> <a href="/tags/教程/" style="font-size: 10px;">教程</a> <a href="/tags/读书笔记/" style="font-size: 10px;">读书笔记</a> <a href="/tags/随笔/" style="font-size: 10px;">随笔</a>
</div>
</section>
<section class="switch-part switch-part3">
<div id="js-aboutme">☑80后 ☑海外 ☑IT民工 ☑中文 ☑日本語 ☑English ☑Apple fan ☑准备逆袭的屌丝</div>
</section>
</div>
</div>
</header>
</div>
</div>
<div class="mid-col">
<nav id="mobile-nav">
<div class="overlay">
<div class="slider-trigger"></div>
<h1 class="header-author js-mobile-header hide">小米飯</h1>
</div>
<div class="intrude-less">
<header id="header" class="inner">
<div class="profilepic">
<img lazy-src="/avatar.png" class="js-avatar">
</div>
<hgroup>
<h1 class="header-author">小米飯</h1>
</hgroup>
<p class="header-subtitle">问君能有几多愁,恰似听那PDM讲需求。</p>
<nav class="header-menu">
<ul>
<li><a href="/">主页</a></li>
<li><a href="/archives">所有文章</a></li>
<li><a href="/tags/随笔">随笔</a></li>
<li><a href="/instagram">相册</a></li>
<div class="clearfix"></div>
</ul>
</nav>
<nav class="header-nav">
<div class="social">
<a class="github" target="_blank" href="https://github.com/zfanswer" title="github">github</a>
<a class="rss" target="_blank" href="/atom.xml" title="rss">rss</a>
<a class="zhihu" target="_blank" href="http://www.zhihu.com/people/zfanswer" title="zhihu">zhihu</a>
</div>
</nav>
</header>
</div>
</nav>
<div class="body-wrap">
<article id="post-读书笔记-思维导图:富爸爸,穷爸爸" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/09/04/读书笔记-思维导图:富爸爸,穷爸爸/" class="article-date">
<time datetime="2015-09-04T07:42:23.000Z" itemprop="datePublished">2015-09-04</time>
</a>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/09/04/读书笔记-思维导图:富爸爸,穷爸爸/">读书笔记+思维导图:富爸爸,穷爸爸</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<h3 id="前言">前言</h3><p>现在是一个信息爆炸的社会,每个人都习惯于拿着智能手机,吸收着不知从来的各式各样的“<strong>知识</strong>”亦或是“<strong>消息</strong>”。人们开始变得浮躁,对知识只是一味地接受,从各种微博转发和朋友圈赞就可以看出,大家现在对知识的态度如同吃快餐——快速地浏览,不假思索地接受,并珍重其事地推荐给其他人。以至于大家都忘记了正餐应该怎么吃,好吃的东西应该细嚼慢咽,好吃的东西都是好厨师精心制作的,知识的正餐还有个一个名字——叫做<strong>书</strong>。<br>我也是吃快餐的其中一员,不过还好我还有着想吃正餐的心。所以今年Amazon7月底升级Paper white的时候,我买了一个并且在这2个月里读了好几本书,虽然是亡羊补牢,但自我感觉还不算太晚。 </p>
<h3 id="正餐">正餐</h3><blockquote>
<p><a href="http://book.douban.com/subject/1033778/">《富爸爸,穷爸爸》</a><br>内容简介:<br>《富爸爸,穷爸爸》是一个真实的故事,作者罗伯特・清崎的亲生父亲和朋友的父亲对金钱的看法截然不同,这使他对认识金钱产生了兴趣,最终他接受了朋友的父亲的建议,也就是书中所说的。“富爸爸”的观念,即不要做金钱的奴隶,要让金钱为我们工作,并由此成为一名极富传奇色彩的成功的投资家。</p>
</blockquote>
<p>这本书出版于2000年,那个时候的人们如果谁认真读完并改变了自己对财务的想法,学着作者做一些房地产的“<strong><em>事业</em></strong>” ,即使不辞掉本职工作,现在应该也是富一代了。</p>
<p>现在这个时期可能和2000年时所处的时代不太一样,不过重要的不是按照作者的路子再走一遍,作者也说了这不是一个教程,这本书只是为了唤醒人们对“<strong><em>财商</em></strong>”、“<strong><em>财务自由</em></strong>”的认识,并且提供了一个成功的例子去引导新生代的父母们,怎么开发自己孩子的“<strong><em>财商</em></strong>”。</p>
</div>
<div class="article-info article-info-index">
<div class="article-tag tagcloud">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/思维导图/">思维导图</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/读书笔记/">读书笔记</a></li></ul>
</div>
<p class="article-more-link">
<a href="/2015/09/04/读书笔记-思维导图:富爸爸,穷爸爸/#more">Read more >></a>
</p>
<div class="clearfix"></div>
</div>
</div>
</article>
<article id="post-为部署在Github上的Hexo博客绑定个性域名" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/09/03/为部署在Github上的Hexo博客绑定个性域名/" class="article-date">
<time datetime="2015-09-03T14:49:52.000Z" itemprop="datePublished">2015-09-03</time>
</a>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/09/03/为部署在Github上的Hexo博客绑定个性域名/">为部署在Github上的Hexo博客绑定个性域名</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<h3 id="前言">前言</h3><p>对于持有个人域名的人来说,建好的个人博客怎么会容许他跑在<code>github.io</code>的名下,属于自己的东西就必须贴上自己的标签。(Github好可怜,只能默默地奉献并承受没有名分的痛)</p>
<h3 id="前提">前提</h3><p>你得有一个属于自己的域名,国内推荐<a href="http://wanwang.aliyun.com/">万网(与阿里云合并了)</a>,国外好的域名商很多,我用的有<a href="https://www.godaddy.com/">GoDaddy</a>,<a href="https://www.namecheap.com/">namecheap</a>还不错。<br>这里就用<a href="https://www.godaddy.com/">GoDaddy</a>来做示范了。运营商的管理界面不同,不过概念都一样,应该可以举一反三。</p>
<h3 id="步骤">步骤</h3><h4 id="修改域名商的设定">修改域名商的设定</h4><p>找到你的域名管理页面,找到<code>DNS ZONE</code>相关设定。</p>
<center>域名DNS ZONE信息页</br><img src="/assets/snapshot6.png" alt=""></center>
<p>以我的例子,我的个人域名是<code>zfan.me</code>,我想把这个博客放到<code>blog</code>子域名下,就是说要把<code>blog.zfan.me</code>指向<code>zfanswer.github.io</code>。这个时候利用CNAME,简直不要太简单哦!(下边补充一下课外知识)</p>
</div>
<div class="article-info article-info-index">
<div class="article-tag tagcloud">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/github/">github</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/hexo/">hexo</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/域名/">域名</a></li></ul>
</div>
<p class="article-more-link">
<a href="/2015/09/03/为部署在Github上的Hexo博客绑定个性域名/#more">Read more >></a>
</p>
<div class="clearfix"></div>
</div>
</div>
</article>
<article id="post-Alfred-2-Workflow-for-Hexo" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/09/02/Alfred-2-Workflow-for-Hexo/" class="article-date">
<time datetime="2015-09-01T15:45:58.000Z" itemprop="datePublished">2015-09-02</time>
</a>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/09/02/Alfred-2-Workflow-for-Hexo/">Alfred 2 Workflow for Hexo</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<h3 id="前言">前言</h3><p><a href="https://www.alfredapp.com/">Alfred</a>,用Mac的童鞋没有没听说这个神器的吧。我之前用过一阵免费v1,后来就用Yosemite升级的spotlight了。前几天见到同事用,貌似功能多了不少,就又去官网看了看,发现已经到v2了,看了看介绍没有任何犹豫,买了个Mage Supporter的License开始了各种爽。</p>
<p>最近比较迷<strong>Hexo</strong>,就想着用Alfred Workflow集成一下,于是有了这篇文章。</p>
<h3 id="Alfred_Workflow简介">Alfred Workflow简介</h3><p><a href="https://www.alfredapp.com/">Alfred</a>基本功能就不做介绍了,直接去官网或者随便搜一下应该就有很多推荐这个<strong>神器</strong>的文章。<br>Alfred的Workflow就是可以让你可以自定义几个组件,把它们连起来做一些奇妙的事情。</p>
<p>比如官方的例子里<code>Simple Folders Filter</code>,可以让你可以用<code>f</code>关键字加你的输入来搜索你的个人目录中的文件夹。你甚至可以通过很小的改动,就可以让它搜索特定类型的文件,如<code>.md</code>等。</p>
<center>编辑界面</br><img src="/assets/snapshot3.png" alt="编辑界面"></center>
</div>
<div class="article-info article-info-index">
<div class="article-tag tagcloud">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/alfred/">alfred</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/hexo/">hexo</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/workflow/">workflow</a></li></ul>
</div>
<p class="article-more-link">
<a href="/2015/09/02/Alfred-2-Workflow-for-Hexo/#more">Read more >></a>
</p>
<div class="clearfix"></div>
</div>
</div>
</article>
<article id="post-用SSH-key免去github提交时输入密码" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/09/01/用SSH-key免去github提交时输入密码/" class="article-date">
<time datetime="2015-08-31T16:09:27.000Z" itemprop="datePublished">2015-09-01</time>
</a>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/09/01/用SSH-key免去github提交时输入密码/">用SSH key免去github提交时输入密码</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<h3 id="背景">背景</h3><p>开始使用Hexo后,发布文章或做些主题上的修改总要不断的push到Github上,每次都输入用户名和密码实在是太麻烦了。<br>所以想使用SSH Key来免去这一步骤,不过要<strong>注意</strong>的是,一定只在你受信任的机器上这么做。</p>
<h3 id="操作">操作</h3><h4 id="修改hexo配置文件">修改hexo配置文件</h4><p>前往你的<code>dummy.github.io</code> repository,查看其SSH的URL,应该是如下格式的,</p>
<figure class="highlight stylus"><table><tr><td class="code"><pre><span class="line">git@github<span class="class">.com</span>:dummy/dummy<span class="class">.github</span><span class="class">.io</span><span class="class">.git</span></span><br></pre></td></tr></table></figure>
<p>修改<code>_config.xml</code>文件中Git repository的URL</p>
<figure class="highlight"><table><tr><td class="code"><pre><span class="line"># Deployment ## Docs: http://hexo.io/docs/deployment.html deploy: type: git repository: git@github.com:dummy/dummy.github.io.git branch: master</span><br></pre></td></tr></table></figure>
</div>
<div class="article-info article-info-index">
<div class="article-tag tagcloud">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/github/">github</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/hexo/">hexo</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ssh/">ssh</a></li></ul>
</div>
<p class="article-more-link">
<a href="/2015/09/01/用SSH-key免去github提交时输入密码/#more">Read more >></a>
</p>
<div class="clearfix"></div>
</div>
</div>
</article>
<article id="post-3分钟快速在Github-pages上免费搭建Hexo博客" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/08/31/3分钟快速在Github-pages上免费搭建Hexo博客/" class="article-date">
<time datetime="2015-08-31T04:53:42.000Z" itemprop="datePublished">2015-08-31</time>
</a>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/08/31/3分钟快速在Github-pages上免费搭建Hexo博客/">3分钟快速在Github pages上免费搭建Hexo博客</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<h3 id="前言">前言</h3><p>搜索Markdown和Evernote时无意之中发现了<strong>Hexo</strong>,一个支持Markdown的静态博客框架,本人界面控,看见 <a href="http://hexo.io">http://hexo.io</a> 的页面就走不动了。</p>
<p><strong>Hexo</strong>的配置真是超乎想象得简单,以至于我手都放在键盘上却不知道从何说起了。官方文档还有非常完善的中文版本,本人是只读了官方文档就搭好了,有想自己体验的同学可以移步 <a href="https://hexo.io/zh-cn/docs/">https://hexo.io/zh-cn/docs/</a> 。</p>
<p><strong>注意:</strong>本文所写步骤是在 Mac Yosemite 10.10 上完成,使用Hexo 3.x。但并不代表其他平台无法使用此教程,至少可以参考。</p>
<h3 id="前提">前提</h3><ul>
<li>确认已经安装了<a href="http://brew.sh/">homebrew</a></li>
</ul>
<h3 id="准备工作">准备工作</h3><ol>
<li><p>安装Git</p>
<figure class="highlight bash"><table><tr><td class="code"><pre><span class="line">brew update</span><br><span class="line">brew install git</span><br></pre></td></tr></table></figure>
</li>
<li><p>安装Node.js</p>
<figure class="highlight bash"><table><tr><td class="code"><pre><span class="line">brew install node</span><br></pre></td></tr></table></figure>
</li>
<li><p>安装Hexo命令行工具</p>
<figure class="highlight bash"><table><tr><td class="code"><pre><span class="line">npm install -g hexo-cli</span><br></pre></td></tr></table></figure>
</li>
</ol>
<h3 id="搭建本地Hexo工作环境">搭建本地Hexo工作环境</h3><p>实际上Hexo只是一个帮你生成静态网站的工具,hexo自带的server模块,感觉只是用来做本地测试的,真正发布时还是推荐用其他服务器。<br>换句话说,你要在多个电脑都使用Hexo来写博客,每个电脑都要配置一个Hexo环境,不过也就是安装上边的3个东西,然后把Hexo的工作目录同步一下就好了。至于怎么同步,你可以用Dropbox,Google dirve,百度云或者基于Git云服务等。</p>
</div>
<div class="article-info article-info-index">
<div class="article-tag tagcloud">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/hexo/">hexo</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/教程/">教程</a></li></ul>
</div>
<p class="article-more-link">
<a href="/2015/08/31/3分钟快速在Github-pages上免费搭建Hexo博客/#more">Read more >></a>
</p>
<div class="clearfix"></div>
</div>
</div>
</article>
<article id="post-hello-world" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-meta">
<a href="/2015/08/28/hello-world/" class="article-date">
<time datetime="2015-08-28T06:30:00.000Z" itemprop="datePublished">2015-08-28</time>
</a>
</div>
<div class="article-inner">
<input type="hidden" class="isFancy" />
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/2015/08/28/hello-world/">Hello World</a>
</h1>
</header>
<div class="article-entry" itemprop="articleBody">
<p><strong>Hello World, Hello Hexo.</strong></p>
<p>有几年没写过博客了,最近才知道现在流行这种生成静态页面的博客网站,轻量而且支持Markdown,最近为了Evernote不支持Markdown的事十分头疼,就拿这个来玩了一下,还发现如此小清新的模板,就拾起来做自己的博客吧,希望自己能坚持下去。</p>
<p>顺便让我来用这个博客的第一篇日志来缅怀一下之前阵亡的博客们吧。</p>
<p>最早用的是MSN的博客,基本没什么可订制的地方,只是朋友之间的评论让我在上边坚持吐槽了2年。然后众所周知的MSN关闭了博客服务,我就跳到了Wordpress阵营,还为此第一次买了租赁服务器。由于各(lan)种(duo)的原因,3年前参加工作后便停止了更新。</p>
<p>还好我都有备份,偶尔翻看一下好几年前写的东西,觉得还是有必要把一些东西留下来,希望这次能坚持的长一些,变成了IT民工,能记(tu)录(cao)的东西多了一些。</p>
</div>
<div class="article-info article-info-index">
<div class="article-tag tagcloud">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/随笔/">随笔</a></li></ul>
</div>
<div class="clearfix"></div>
</div>
</div>
</article>
</div>
<footer id="footer">
<div class="outer">
<div id="footer-info">
<div class="footer-left">
© 2015 小米飯
</div>
<div class="footer-right">
<a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/litten/hexo-theme-yilia" target="_blank">Yilia</a> by Litten
</div>
</div>
</div>
</footer>
</div>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" type="text/css">
<script>
var yiliaConfig = {
fancybox: true,
mathjax: true,
animate: true,
isHome: true,
isPost: false,
isArchive: false,
isTag: false,
isCategory: false,
open_in_new: false
}
</script>
<script src="http://7.url.cn/edu/jslib/comb/require-2.1.6,jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="/js/main.js" type="text/javascript"></script>
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66999423-2', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</div>
</body>
</html>