From 15a0beed6845bf8d6fe31ecc655c7d06ba95eb70 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 1 Mar 2024 01:25:55 +0100 Subject: Remove fix-dates.sh manual process. Signed-off-by: Denis 'GNUtoo' Carikli --- haunt.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'haunt.scm') 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"))) -- cgit v1.2.3