wintersmith-hogan
v0.2.2
Published
A plugin for Hogan templates in wintersmith.
Maintainers
Readme
wintersmith-hogan
Hogan templates for Wintersmith
Installing
Install globally or locally using npm
npm install [-g] wintersmith-hoganand 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}}
