From 3d029d49d2ae1809ae718986f9c9b7e2adf2fd6d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 19 Aug 2016 07:37:22 -0400 Subject: Switch from Skribe to Markdown. --- haunt.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'haunt.scm') 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) -- cgit v1.2.3