这是我的第一篇博客,就先说一下建立hexo时遇到的问题吧~
ERROR Deployer not found: github
在按照教程安装之后部署到网站上时,输入hexo deploy后提示如上错误。这时要输入如下命令:
1 | $ npm install hexo-deployer-git --save |
然后将yml文件中的type: github修改为:
type: git
Stay Hungry! Stay Foolish!
这是我的第一篇博客,就先说一下建立hexo时遇到的问题吧~
1 | $ npm install hexo-deployer-git --save |
type: git