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
相关推荐
JingLisen 2020-06-26
hzq0 2020-06-16
蓝亭书序 2020-06-04
Amzaing00 2020-05-11
hzq0 2020-05-10
乾坤一碼農 2020-05-10
gakki的二向箔 2020-05-07
hzq0 2020-05-05
hzq0 2020-05-05
只有代码的世界 2020-04-27
JingLisen 2020-04-23
gakki的二向箔 2020-04-07
89284553 2020-03-09
YULIU 2020-03-07
只有代码的世界 2020-03-04
hzq0 2020-02-21
只有代码的世界 2020-02-19
YULIU 2020-02-18