hexo new "postName" #新建文章
hexo new page "pageName" #新建页面
hexo generate #生成静态页面至public目录
hexo server #开启预览访问端口(默认端口4000,'ctrl + c'关闭server)
hexo deploy #将.deploy目录部署到GitHub
hexo clean
hexo generate --deploy
本文标题:hexo command
文章作者:0o0
发布时间:2017-03-02, 16:46:11
最后更新:2018-07-26, 15:38:15
原始链接:https://10o0.github.io/2017/03/02/hexo-command/
许可协议: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。