0.2.2 • Published 10 years ago

wintersmith-hogan v0.2.2

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

wintersmith-hogan

Hogan templates for Wintersmith

Installing

Install globally or locally using npm

npm install [-g] wintersmith-hogan

and add wintersmith-hogan to your config.json

{
  "plugins": [
    "wintersmith-hogan"
  ]
}

Naming conventions

Assumes all templates have the .mustache extension

File names of partials must match the names with which they are referenced. e.g. cool_template.mustache would be referenced using {{> cool_template}}

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

12 years ago