Add example site.

* .gitignore: Ignore example build artifacts.
* example/haunt.scm: New file.
* example/posts/foo.sxml: New file.
* example/posts/bar.html: New file.
This commit is contained in:
David Thompson
2015-04-13 19:53:39 -04:00
parent 913c6bed6f
commit fdb70223a7
4 changed files with 46 additions and 0 deletions

8
example/posts/bar.html Normal file
View File

@@ -0,0 +1,8 @@
title: A Foo Walks Into a Bar
date: 2015-04-11 20:00
tags: bar
---
<p>
This is an example using raw HTML, because Guile doesn't have a
Markdown parser.
</p>