hexo 改变主题的问题
前言
Hexo改变主题后部署报错:
1 | extends includes/layout.pug block content include includes/recent-posts.pug include includes/partial |
解决
1 安装插件
1 | npm install --save hexo-renderer-jade hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive |
2 清空缓存
1 | hexo clean |
3 重新部署
1 | hexo g |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Eryoung2的个人博客!
评论
ValineDisqus
