hexo问题
- 先
hexo g
再执行hexo d
布署,也可使直接用hexo d -g
- hexo 更新到3.0之后,deploy的type 的github需要改成
git
- 在执行 hexo deploy 后,出现 error deployer not found:git 的错误处理
输入代码:
npm install hexo-deployer-git --save
- 先
hexo g
再执行hexo d
布署,也可使直接用hexo d -g
- hexo 更新到3.0之后,deploy的type 的github需要改成
git
- 在执行 hexo deploy 后,出现 error deployer not found:git 的错误处理
输入代码:
npm install hexo-deployer-git --save