1.0.0 • Published 8 years ago
wintersmith-cname v1.0.0
wintersmith-cname 
A Wintersmith plugin to generate a CNAME file
Installation
Install globally or locally using npm:
npm install [-g] wintersmith-cnameAdd 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.