aboutsummaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2025-05-03 12:38:39 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2025-06-15 01:30:32 +0200
commit83d796eeb1c8db91b8a11f36eb00f91bce8173e0 (patch)
tree1a01a7e04b5ea476588497c75c6de54db414d5a4 /haunt.scm
parent48a8a5c2f392dea41bebcbf126cbb3a452e961b3 (diff)
downloadhaunt-blog-83d796eeb1c8db91b8a11f36eb00f91bce8173e0.tar.gz
haunt-blog-83d796eeb1c8db91b8a11f36eb00f91bce8173e0.tar.bz2
haunt-blog-83d796eeb1c8db91b8a11f36eb00f91bce8173e0.zip
Move blog posts to the posts/ directory.
We also have two other pages that are not generated from the blog posts (reply.html and search.html). It would be nice to be able to move them to markdown as well, but if we do that it is necessary to differenciate between markdown files used to generate blog posts, and the ones used to generate these pages. In addition if the blog posts directory is named markdown, and that we have other markdown files as well, it become confusing for contributors. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt.scm b/haunt.scm
index 657c4f7..4213757 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -28,7 +28,7 @@
#:domain "blog.replicant.us"
#:default-metadata
'((author . "Replicant contributors"))
- #:posts-directory "markdown"
+ #:posts-directory "posts"
#:readers (list wordpress-markdown-reader)
#:builders (list (replicant-blog-website)
replicant-blog-search-page