[Bug0052] Hexo+Butterfly博客报错extends includes/layout.pug block content include ./includes/mixins/post-ui .pug

问题

Hexo主题Butterfly启动后报错

extends includes/layout.pug block content include ./includes/mixins/post-ui
.pug #recent-posts.recent-posts +postUI include includes/pagination.pug

场景

更换新主题Butterfly

原因

没有 pug 以及 stylus 的渲染器

解决方案

npm install hexo-renderer-pug hexo-renderer-stylus --save
npm install hexo-deployer-git --save / yarn add hexo-deployer-git

再次依次执行

hexo clean
hexo g
hexo s -p 4000
posted @ 2022-11-19 15:38  Code7Rain  阅读(142)  评论(0编辑  收藏  举报