From f59fd4014d51183470c59981e06dcdf3e4591150 Mon Sep 17 00:00:00 2001 From: user0x42 Date: Thu, 27 Feb 2025 12:21:45 +0100 Subject: [PATCH] Update config.toml --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 6f1b638..9265349 100644 --- a/config.toml +++ b/config.toml @@ -37,8 +37,8 @@ smart_punctuation = true bottom_footnotes = true [search] -# index_format = "elasticlunr_json" -index_format = "fuse_json" +index_format = "elasticlunr_json" +#index_format = "fuse_json" taxonomies = [{ name = "tags", feed = true }]