summaryrefslogtreecommitdiff
path: root/example/haunt.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-10-15 22:50:18 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-10-15 22:50:18 -0400
commit65cced1ddad32fdeedebd985c8d66ba155bd146f (patch)
treef8703555fee1503ac6841a608b7697616fc3e219 /example/haunt.scm
parentdfad89079b64b97e099f6d86e44b6d9deb76a5d5 (diff)
reader: Add texinfo support.
* haunt/reader/texinfo.scm: New file. * Makefile.am (SOURCES): Add it. * example/haunt.scm: Activate texinfo reader. * example/posts/quux.scm: 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 4095f87..26d7b9a 100644
--- a/example/haunt.scm
+++ b/example/haunt.scm
@@ -4,6 +4,7 @@
(haunt builder assets)
(haunt reader)
(haunt reader skribe)
+ (haunt reader texinfo)
(haunt site))
(site #:title "Built with Guile"
@@ -11,7 +12,7 @@
#:default-metadata
'((author . "Eva Luator")
(email . "eva@example.com"))
- #:readers (list skribe-reader sxml-reader html-reader)
+ #:readers (list texinfo-reader skribe-reader sxml-reader html-reader)
#:builders (list (blog)
(atom-feed)
(atom-feeds-by-tag)