安装

npm install -g hexo-cli

清除缓存文件 (db.json) 和已生成的静态文件 (public)。

$ hexo clean

建工程项目

$ hexo g

生成静态文件

$ hexo d

本地运行预览

$ hexo s