# metalsmith-absolutepaths

[![npm version][npm-badge]][npm-url]
[![code style: xo][xo-badge]][xo-url]
[![metalsmith: core plugin][metalsmith-badge]][metalsmith-url]

A [Metalsmith](http://metalsmith.io) 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:

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

## Javascript Usage

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

metalsmith.use(excerpts());
```

## Credit

Originally forked from [segmentio/metalsmith-excerpts](https://github.com/segmentio/metalsmith-excerpts)

## License

MIT

[npm-badge]: https://img.shields.io/npm/v/metalsmith-excerpts.svg
[npm-url]: https://www.npmjs.com/package/metalsmith-excerpts
[xo-badge]: https://img.shields.io/badge/code_style-xo-ff69b4.svg?longCache=true
[xo-url]: https://github.com/xojs/xo
[metalsmith-badge]: https://img.shields.io/badge/metalsmith-core_plugin-green.svg?longCache=true
[metalsmith-url]: http://metalsmith.io
