aboutsummaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/haunt.scm b/haunt.scm
index 55dbdfd..7cfefbc 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -1,4 +1,4 @@
-;;; Copyright © 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
+;;; Copyright © 2023-2024 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
;;;
;;; This file is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published
@@ -19,7 +19,8 @@
(haunt builder rss)
(haunt site)
(website readers wordpress-markdown)
- (website builders replicant-blog))
+ (website builders replicant-blog)
+ (website builders replicant-blog-search))
(fluid-set! %default-port-encoding "UTF-8")
@@ -30,6 +31,7 @@
#:posts-directory "markdown"
#:readers (list wordpress-markdown-reader)
#:builders (list (replicant-blog-website)
+ (replicant-blog-search-page)
(static-directory "static")
;;;;;;;;;;;
;; Feeds ;;