pawandubey / griffin

speedy and simplistic static site generator.
Apache License 2.0
27 stars 7 forks source link

Support templating #5

Closed pawandubey closed 9 years ago

pawandubey commented 9 years ago

Support one tempating engine for styling the site, with some prebuilt templates (for index, archive, 404, post, page, about). The current possible candidates of templating engines are:

Templating engines are needed so that data can be injected into the HTML templates to produce files. Eg. firstpost.md will be rendered with the template post.html to give firstpost.html. Also needed to inject site-wide variables like site-name and author etc.

pawandubey commented 9 years ago

Going with Rythm Handlebars.java on this initially for speed simplicity.

pawandubey commented 9 years ago

Done in 6b77f0e