hexo
1 | npm install hexo -g #安装 |
简写
1 | hexo n "我的博客" == hexo new "我的博客" #新建文章 |
1 | npm install hexo -g #安装 |
1 | hexo n "我的博客" == hexo new "我的博客" #新建文章 |
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |