diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-01 01:25:55 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:21 +0200 |
| commit | 15a0beed6845bf8d6fe31ecc655c7d06ba95eb70 (patch) | |
| tree | f4a1eb274e905ff4ef317196b211e1de92db8335 /haunt.scm | |
| parent | 2733428c5d1098ac64786865de92beaa19bace6b (diff) | |
| download | haunt-blog-15a0beed6845bf8d6fe31ecc655c7d06ba95eb70.tar.gz haunt-blog-15a0beed6845bf8d6fe31ecc655c7d06ba95eb70.tar.bz2 haunt-blog-15a0beed6845bf8d6fe31ecc655c7d06ba95eb70.zip | |
Remove fix-dates.sh manual process.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'haunt.scm')
| -rw-r--r-- | haunt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"))) |
