metalsmith-placeholder
v0.1.2
Published
Turns yaml/json metadata files into empty files
Readme
metalsmith-placeholder
A metalsmith plugin to allow stub metadata files, such as index.html.yaml.
Usage
metalsmith-placeholder has no options currently, so for the javascript api it's simply:
metalsmith.use(require('metalsmith-placeholder')())and the CLI Api:
"plugins": {
"metalsmith-placeholder": {}
}