0.1.0 • Published 10 years ago

wintersmith-toml v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

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.