hexo技术总结

《愿你慢慢长大 》
小布谷,愿你慢慢长大。
愿你有好运气,如果没有,愿你在不幸中学会慈悲。
愿你被很多人爱,如果没有,愿你在寂寞中学会宽容。
愿你一生一世每天都可以睡到自然醒。

I am BlankCat,welcome to my blog;

技术要点

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
半个小时搭建一个个人博客
hexo个人博客
http://blog.csdn.net/v123411739/article/details/44964065
搭建个人博客
http://www.cnblogs.com/zhcncn/p/4097881.html
搭建个人博客(重点)
http://blog.csdn.net/jzooo/article/details/46781805
个人博客搭建(知乎)
https://www.zhihu.com/question/20962496
hexo+github+多说
http://blog.netpi.me/%E5%AE%9E%E7%94%A8/hexo/
如何搭建一个个人博客(附文注册域名,维护站点)
http://cnfeat.com/blog/2014/05/10/how-to-build-a-blog/
mycat分库分表
http://blog.csdn.net/leipeng321123/article/details/50401376
搭建个人博客(****)
http://blog.csdn.net/jzooo/article/details/46781805
hexo上传失败解决
http://www.cnblogs.com/xsilence/p/6001938.html
博客主题
http://blog.xinspace.space/2016/04/11/%E8%87%AA%E5%AE%9A%E4%B9%89Hexo%E5%8D%9A%E5%AE%A2%E7%9A%84%E6%96%87%E7%AB%A0%E3%80%81%E8%8D%89%E7%A8%BF%E5%92%8C%E9%A1%B5%E9%9D%A2%E7%9A%84%E6%A8%A1%E6%9D%BF/
炫酷主题
https://github.com/iissnan/hexo-theme-next
使用文档
http://theme-next.iissnan.com/
hexo+next主题
http://www.jianshu.com/p/f66103553c45
hexo+github 总结
https://zhuanlan.zhihu.com/p/22632478
搭建博客(******)
http://www.jianshu.com/p/f66103553c45
$ hexo s --debug
优化
http://www.jeyzhang.com/hexo-next-add-post-views.html#
http://michaelxiang.me/2015/11/30/hexo-next-optimize/
发布博客
git config --global user.name ""
git config --global user.email ""
hexo d -g
发布文章
hexo上传失败解决
http://www.cnblogs.com/xsilence/p/6001938.html
$ hexo g
$ hexo d