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

Readme

Keywords

none

Package Sidebar

Install

npm i metalsmith-excerpt

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • ianstormtaylor
  • segmentio