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
posted on
2019-04-12 23:03
Abner-YAO
阅读(
68)
评论()
收藏
举报