1.3.0 • Published 4 years ago

metalsmith-absoluteurls v1.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

metalsmith-absolutepaths

npm version code style: xo metalsmith: core plugin

A Metalsmith plugin to add the full domain to paths.

Installation

$ npm install metalsmith-excerpts

CLI Usage

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

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

Javascript Usage

var excerpts = require("metalsmith-excerpts");

metalsmith.use(excerpts());

Credit

Originally forked from segmentio/metalsmith-excerpts

License

MIT