Pug renderer plugin for Hexo
npm install hexo-renderer-pug


Add support for [Pug].
`` bash`
$ npm install hexo-renderer-pug --save
Create a pug.config.js in your project root:
`js``
module.exports = {
compile: { // Passed to compile().
basedir: process.cwd(),
// ...Other options.
}
// No other methods are supported for now.
}
[Pug]: http://pugjs.org/