最开始

部署hexo本地文件
1
2
3
4
$ git clone https://github.com/<用户名>/hexo.git 
$ cd hexo
$ npm install
$ git 子模块更新 --init
创建功能分支
1
$ git checkout -b
推送分支
1
$ git Push 原点 new_feature

写作

创建新文章
1
$ hexo new [布局] <标题>