metalsmith-give

0.0.1 • Public • Published

metalsmith-give

Use globbing patterns to give metadata to specific files.

Installation

npm install metalsmith-give

CLI

{
  "plugins": {
    "metalsmith-give": {
      "about/*": {
        "here": "about"
      },
      "blog/*": {
        "here": "blog"
      }
    }
  }
}

Javascript

var give = require('metalsmith-give');

.use(give({
  "about/*": {
    here: "about"
  },
  "blog/*": {
    here: "blog"
  }
}))

License

MIT

Package Sidebar

Install

npm i metalsmith-give

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • srcreigh