You need to put this at the beginning of your file (including the -'s,
but ignoring the ~'s):
~~~
---
title: your_site_title
layout: default
---
~~~
You also need to create a _layouts directory and add a file called
default.yml. The minimal contents for this file are:
~~~
{{ page.content }}
~~~
It would be nice to stick some additional HTML (title, ...) around, though.
--
Kwpolska <http://kwpolska.tk>
stop html mail | always bottom-post
www.asciiribbon.org | www.netmeister.org/news/learn2quote.html
GPG KEY: 5EAAEA16 | Arch Linux x86_64, zsh, mutt, vim.
# vim:set textwidth=70: