hexo問題
- 先
hexo g
再執(zhí)行hexo d
布署,也可使直接用hexo d -g
- hexo 更新到3.0之后为严,deploy的type 的github需要改成
git
- 在執(zhí)行 hexo deploy 后,出現(xiàn) error deployer not found:git 的錯誤處理
輸入代碼:
npm install hexo-deployer-git --save
- 先
hexo g
再執(zhí)行hexo d
布署,也可使直接用hexo d -g
- hexo 更新到3.0之后为严,deploy的type 的github需要改成
git
- 在執(zhí)行 hexo deploy 后,出現(xiàn) error deployer not found:git 的錯誤處理
輸入代碼:
npm install hexo-deployer-git --save