乐趣区

hexo-搭建博客

问题一:
搭建 hexo,在执行 hexo deploy 后, 出现 error deployer not found:github 的错误
hexo 更新到 3.0 之后,deploy 的 type 的 github 需要改成 git
npm install hexo-deployer-git –save 改了之后执行,然后再部署试试

$ hexo d
ERROR Deployer not found: git
解决方法
npm install –save hexo-deployer-git

问题二:
hexo s 网站打不开?
原来 4000 端口被占用,修改端口:hexo s -p 5000

 请输入代码
hexo 官网 https://hexo.io/zh-cn/
hexo 中文官网  https://hexo.io/zh-cn/docs/
BlueLake 博客主题的详细配置: https://chaoo.oschina.io/2016/12/29/BlueLake 博客主题的详细配置.html
退出移动版