wintersmith-cname
v1.0.0
Published
A Wintersmith plugin to generate a CNAME file
Maintainers
Readme
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.
