Hexo写作
最开始
1 | $ git clone https://github.com/<用户名>/hexo.git |
1 | $ git checkout -b |
1 | $ git Push 原点 new_feature |
写作
1 | $ hexo new [布局] <标题> |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment
-
1 | $ git clone https://github.com/<用户名>/hexo.git |
1 | $ git checkout -b |
1 | $ git Push 原点 new_feature |
1 | $ hexo new [布局] <标题> |