寒假回来准备更新,发现博客的css文件出问题了,折腾一晚上还是没有结果,无奈重装。
记录一下重装时出的问题。论备份的重要性
1. _config.yml
文件务必保存,hexo\source\_posts
目录下的文章也要备份。
2. 找个文件夹放hexo基本文件
1 | $ hexo init |
然后把原来保存的文件clone过去,有域名的别忘了CNAME
文件
3. ERROR Deployer not found: git问题解决
1 | $ npm install hexo-deployer-git --save |
4. 本地测试
1 | $ hexo g |
5. 编译和部署
1 | $ hexo d -g |