A Wintersmith plugin to generate a CNAME file
npm install wintersmith-cname> A Wintersmith plugin to generate a CNAME file
Install globally or locally using npm:
``bash`
npm install [-g] wintersmith-cname
Add wintersmith-cname to your config.json:
`json`
{
"plugins": [
"wintersmith-cname"
]
}
Define the url property in the locals property:
`json`
{
"locals": {
"url": "http://example.com"
}
}
wintersmith-cname` is released under the MIT license.