hexo 报错速度慢

因为github服务器在国外,可以开一个github加速器

一键部署插件

1
npm install hexo-deployer-git --save

一键部署到github

1
hexo clean && hexo g && hexo d

绑定自己的域名

在source目录下添加CNAME文件没有后缀,里面写上自己的域名,如果没有添加这个的话,每次上传仓库会被覆盖,域名会回到默认的 昵称.github.io