Hexo Useful Commands
Record some useful commands for maintaining Hexo website.
Install
Supposing you have install Git and Nodejs.
Install:
1 | npm install -g hexo-cli |
Writing
Create a new article
1 | hexo new [layout] <title> |
Generate & Publish
1 | hexo generate # generate static files |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment