From 83d796eeb1c8db91b8a11f36eb00f91bce8173e0 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sat, 3 May 2025 12:38:39 +0200 Subject: 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 --- haunt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'haunt.scm') 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 -- cgit v1.2.3