1.3.0 • Published 6 years ago
metalsmith-absoluteurls v1.3.0
metalsmith-absolutepaths
A Metalsmith plugin to add the full domain to paths.
Installation
$ npm install metalsmith-excerptsCLI 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
1.3.0
6 years ago