0.1.0 • Published 11 years ago
wintersmith-toml v0.1.0
wintersmith-toml
toml plugin for wintersmith.
Installation
npm install wintersmith-toml -g
then add wintersmith-toml
to your plugins in the wintersmith config
or locally,
npm install wintersmith-toml
then add ./node_modules/wintersmith-toml/
to config.json
like:
{
"locals": {
"url": "http://localhost:8080",
"name": "The Wintersmith's blog",
"owner": "The Wintersmith",
"description": "-32°C ain't no problems!",
"index_articles": 3
},
"plugins": [
"./node_modules/wintersmith-toml/"
]
}
And that's it.
0.1.0
11 years ago