1.0.0 • Published 8 years ago

wintersmith-cname v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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.

1.0.0

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago