hexo点滴

安装

据说是史上最详细的hexo+git的安装说明
不过根据上面的文章搭建好应该是不能发布到git的,不知道别人是否可以,我是不可以,原因是少了一个hexo的git发布插件会报错

hexo ERROR Deployer not found: github

解决也是很方便:在本地的hexo根目录进行发布插件安装,然后根目录的配置文件_config.yaml中deplay type改成git

1
npm install hexo-deployer-git --save

文章目录
  1. 1. 安装
    1. 1.1. hexo ERROR Deployer not found: github