Deployer not found
form https://www.jianshu.com/p/5e0ca2b14815
_config.yml配置中的deploy下的“type”字段中的“github”改为“git”
再执行
npm install hexo-deployer-git –save
hexo发布后,github pages的Custom domain配置项被清空是什么原因?
form https://segmentfault.com/q/1010000017130592
新建一个名为CNAME(不要指定文件类型)的文件丢在source里面,然后 hexo clean hexo g hexo d,然后就可以了