A metalsmith plugin to allow stub metadata files, such as index.html.yaml
.
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": {}
}