metalsmith-templates
A metalsmith plugin to render files with templates.
You can use any templating engine supported by consolidate.js.
Installation
$ npm install metalsmith-templates
CLI Usage
Install the node modules and then add the metalsmith-templates
key to your metalsmith.json
plugins. The simplest use case just requires the template engine you want to use:
If you want to specify additional options, pass an object:
Javascript Usage
For the simplest use case, just pass your templating engine:
var templates = ; metalsmith;
To specify additional options:
metalsmith;
License
MIT