安装
1 | npm install hexo -g |
发布流程
1 | hexo clean |
常用命令
1 | hexo new "postName" #新建文章 |
报错
【Hexo异常】fatal: in unpopulated submodule ‘.deploy_git’
删除 .deploy_git文件夹 重新 hexo g hexo d
1 | npm install hexo -g |
1 | hexo clean |
1 | hexo new "postName" #新建文章 |
【Hexo异常】fatal: in unpopulated submodule ‘.deploy_git’
删除 .deploy_git文件夹 重新 hexo g hexo d