Henshin

Files & Posts

Henshin uses Tilt to render files and supports all file types supported by it. See the full list.

YAML Front Matter

Files can contain yaml data, it should be at the top of the file and take the form:

---
title:  Hello World
date:   2012-05-06
---

Hello, ...

Now in templates it is possible to use title and date variables.

Useful attributes are:

title
Give a title for the file. Required for posts.
date
Give a date the file was published. Required for posts.
permalink
Force the file to have the chosen permalink. This will be changed relative to the root that has been set.
permalink: /feed.xml
template
Choose the template to use for the file. Set to none to prevent a template being used.