metalsmith-absoluteurls

1.3.0 • Public • Published

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

/metalsmith-absoluteurls/

    Package Sidebar

    Install

    npm i metalsmith-absoluteurls

    Weekly Downloads

    2

    Version

    1.3.0

    License

    MIT

    Unpacked Size

    14.4 kB

    Total Files

    12

    Last publish

    Collaborators

    • fullstackio