1.0.0 • Published 6 years ago

wintersmith-cname v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 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

6 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

9 years ago

0.1.0

9 years ago