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

Quick Start

更换新主题Butterfly

Create a new post

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

More info: Writing

Run server

1
2
3
$ hexo clean
$ hexo g
$ hexo s -p 4000

More info: Server