summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-08-19 07:37:22 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-08-19 07:37:22 -0400
commit3d029d49d2ae1809ae718986f9c9b7e2adf2fd6d (patch)
treedaddf4f1c7238746cb9bcc083c588e14aa6e670d /haunt.scm
parent9934cc80b087ce9b71a87baaa77068fbd23445ce (diff)
Switch from Skribe to Markdown.
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/haunt.scm b/haunt.scm
index 5180304..393cf7c 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -30,6 +30,7 @@
(haunt reader)
(haunt reader skribe)
(haunt reader texinfo)
+ (haunt reader commonmark)
(haunt site)
(haunt utils)
(syntax-highlight)
@@ -201,6 +202,7 @@ free culture works available under the " ,%cc-by-sa-link " license.")
(email . "davet@gnu.org"))
#:readers (list (make-skribe-reader #:modules '((haunt skribe utils)
(skribe-utils)))
+ commonmark-reader
texinfo-reader)
#:builders (list (blog #:theme dthompson-theme #:collections %collections)
(atom-feed)