diff options
| author | Jakob L. Kreuze | 2023-08-05 19:34:35 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2023-08-05 19:59:56 -0400 |
| commit | 9cd1dc2a045de2375c5afdc24996b5e8f1268b83 (patch) | |
| tree | 66d368692b0d0d7712f19daa0d74b9f5ef16812a /haunt/pagefind.toml | |
| parent | e2911e800d659ded983fcc71f5e1b369cff88667 (diff) | |
Integrate pagefind for self-hosted search
Largely inspired by this post:
<https://raymii.org/s/blog/Site_update_self_hosted_search_via_pagefind.html>
Diffstat (limited to 'haunt/pagefind.toml')
| -rw-r--r-- | haunt/pagefind.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/haunt/pagefind.toml b/haunt/pagefind.toml new file mode 100644 index 0000000..f2cf276 --- /dev/null +++ b/haunt/pagefind.toml @@ -0,0 +1,2 @@ +source = "site" +bundle_dir = "_pagefind" |