安装
安装npm install hexo -g
升级npm update hexo -g
初始化hexo init
发表文章
新建文章hexo n "我的博客" == hexo new "我的博客"
发表草稿hexo p == hexo publish
生成静态文件hexo g == hexo generate
启动服务预览hexo s == hexo server
部署到远程hexo d == hexo deploy
清理缓存
清除缓存文件 (db.json) 和已生成的静态文件 (public)hexo clean
版本
查看Hexo运行版本hexo version