Hexo:创建属于你自己的博客

step:

1.install node.js,git,github
2.npm install -g hexo-cli
3.mkdir hexo
4.cd hexo mkdir blog
5.cd blog
6.hexo init
7.npm install
8.hexo g
9.hexo s
10.htto://localhost:4000
11.to github
12.new Repository
13.vim _config.yml
14.deploy
     type:git
     repository:http://git.com/XXX.github.io.git
15.hexo new "xxx"
16.hexo g
17.hexo d

猜你喜欢

转载自www.cnblogs.com/Abner-Yao-Yw/p/10699176.html