aboutsummaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/haunt.scm b/haunt.scm
index b9295e0..952bd2c 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -16,7 +16,7 @@
(use-modules (haunt builder assets)
(haunt builder blog)
(haunt site)
- (haunt reader commonmark)
+ (website readers wordpress-markdown)
(website builders replicant-blog))
(site #:title "Replicant"
@@ -24,6 +24,6 @@
#:default-metadata
'((author . "Replicant contributors"))
#:posts-directory "markdown"
- #:readers (list commonmark-reader)
+ #:readers (list wordpress-markdown-reader)
#:builders (list (replicant-blog-website)
(static-directory "static")))