hexo-renderer-pug

3.0.0 • Public • Published

hexo-renderer-pug

Build Status NPM version Coverage Status

Add support for Pug.

Install

$ npm install hexo-renderer-pug --save

Config

PugJS options are supported. These are the options passed into compile().

Create a pug.config.js in your project root:

module.exports = {
  compile: {  // Passed to compile().
    basedir: process.cwd(),
    // ...Other options.
  }
  // No other methods are supported for now.
}

Dependencies (1)

Dev Dependencies (5)

Package Sidebar

Install

npm i hexo-renderer-pug

Weekly Downloads

4,362

Version

3.0.0

License

MIT

Unpacked Size

4 kB

Total Files

5

Last publish

Collaborators

  • ertrzyiks
  • abnerchou
  • tommy351
  • hexobot
  • jlhwung
  • tomap
  • curben
  • yoshinorin
  • akfish
  • miroslec
  • ian.warner