Skip to content

sfrdmn/wintersmith-hogan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}}

About

hogan plugin for wintersmith

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published