metalsmith-raw

0.2.0 • Public • Published

metalsmith-raw

Metalsmith plugin to include raw file contents in templates.

Paths are relative to metalsmith's "source" directory.

Usage

Install

npm install metalsmith-raw

API

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

Package Sidebar

Install

npm i metalsmith-raw

Weekly Downloads

6

Version

0.2.0

License

Apache-2.0

Last publish

Collaborators

  • themadcreator