diff options
Diffstat (limited to 'haunt.scm')
-rw-r--r-- | haunt.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |