metalsmith-combine
v0.0.3
Published
Metalsmith plugin to append and prepend files from metadata.
Downloads
3
Maintainers
Readme
Metalsmith Combine
A Metalsmith plugin to prepend or append to files.
Note: Like all other template-like plugins, this probably doesn't work with metalsmith-watch.
Install from metalsmith.json or the JS API:
var metalsmith = require('metalsmith');
var combine = require('metalsmith-combine');
metalsmith(__dirname)
.use(combine())
.build();
Use from file metadata:
---
prepend: shared/letterhead.md
append:
- shared/author-bio.md
- shared/signature.md
---
# Speech
Four score and seven years ago...