summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-15 08:36:30 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-15 08:36:30 -0500
commit0e290794a649424c9853d1958be8674ac91353c0 (patch)
tree5a85f03b5b3c3c11c0a98a3329a8983a7051078c /haunt.scm
parent0605db909c9edde1dcbdb6157f18f29ec1112e54 (diff)
Integrate pagefind
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/haunt.scm b/haunt.scm
index c636a42..31d5596 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -27,6 +27,7 @@
(jakob builder index)
(jakob builder outbox)
(jakob builder projects)
+ (jakob builder search)
(jakob reader html-prime)
(jakob reader org-mode-prime)
(jakob theme)
@@ -53,6 +54,7 @@
#:builders
(list (atom-feed #:max-entries 1024)
(index)
+ (search)
(blog)
(blogroll)
(outbox)