summaryrefslogtreecommitdiff
path: root/example/haunt.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2016-08-18 15:20:42 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2016-08-18 15:20:42 -0400
commita5399143011d6b8f8b571e164afeded994e44c91 (patch)
treef06f21a7fdd8291c2db7716c50239e289422170e /example/haunt.scm
parent3feed5536160e840ab58b2c19f95f08391935970 (diff)
example: Add a Markdown post.
* example/haunt.scm: Add the commonmark-reader. * example/posts/frob.md: New file.
Diffstat (limited to 'example/haunt.scm')
-rw-r--r--example/haunt.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/haunt.scm b/example/haunt.scm
index 26d7b9a..7c538bd 100644
--- a/example/haunt.scm
+++ b/example/haunt.scm
@@ -5,6 +5,7 @@
(haunt reader)
(haunt reader skribe)
(haunt reader texinfo)
+ (haunt reader commonmark)
(haunt site))
(site #:title "Built with Guile"
@@ -12,7 +13,7 @@
#:default-metadata
'((author . "Eva Luator")
(email . "eva@example.com"))
- #:readers (list texinfo-reader skribe-reader sxml-reader html-reader)
+ #:readers (list commonmark-reader texinfo-reader skribe-reader sxml-reader html-reader)
#:builders (list (blog)
(atom-feed)
(atom-feeds-by-tag)