metalsmith-raw
v0.2.0
Published
Metalsmith plugin to include raw file contents in templates.
Maintainers
Readme
metalsmith-raw
Metalsmith plugin to include raw file contents in templates.
Paths are relative to metalsmith's "source" directory.
Usage
Install
npm install metalsmith-rawAPI
var raw = require('metalsmith-raw');
metalsmith.use(raw());CLI (metalsmith.json)
{
"plugins" : {
"metalsmith-raw": true
}
}Example
index.jade
---
source : 'myfile.txt'
---
p !{raw(source)}License
Apache-2.0
