本文主要是介绍hexo安装博客踩坑:extends includes/layout.pug block content #recent-posts.recent-posts include includes/rec,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
更换butterfly主题后报错:extends includes/layout.pug block content #recent-posts.recent-posts include includes/recent-posts.pug include includes/pagination.pug
解决办法:
1.在博客目录下打开git bash here,输入命令:npm install --save hexo-renderer-jade hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive
hexo clean
hexo g
hexo s
然后问题就解决啦
这篇关于hexo安装博客踩坑:extends includes/layout.pug block content #recent-posts.recent-posts include includes/rec的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!