metalsmith-absoluteurls
v1.3.0
Published
A Metalsmith plugin convert absolute paths to absolute urls
Downloads
4
Readme
metalsmith-absolutepaths
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