wintersmith-cname

1.0.0 • Public • Published

wintersmith-cname Build Status

A Wintersmith plugin to generate a CNAME file

Installation

Install globally or locally using npm:

npm install [-g] wintersmith-cname

Add wintersmith-cname to your config.json:

{
  "plugins": [
    "wintersmith-cname"
  ]
}

Define the url property in the locals property:

{
  "locals": {
    "url": "http://example.com"
  }
}

License

wintersmith-cname is released under the MIT license.

Package Sidebar

Install

npm i wintersmith-cname

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • xavierdutreilh