metalsmith-placeholder

March 24, 2015 ยท View on GitHub

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": {}
  }