metalsmith-excerpt

0.1.1 • Public • Published

metalsmith-excerpt

A Metalsmith plugin to add an excerpt to files.

Installation

$ npm install metalsmith-excerpt

CLI Usage

Install via npm and then add the metalsmith-excerpt key to your metalsmith.json plugin, like so:

{
  "plugins": {
    "metalsmith-excerpt": true
  } 
}

Javascript Usage

var excerpt = require('metalsmith-excerpt');
 
metalsmith.use(excerpt());

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    2
  • 0.1.0
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i metalsmith-excerpt

Weekly Downloads

4

Version

0.1.1

License

MIT

Last publish

Collaborators

  • ianstormtaylor
  • segmentio