From 774328aa5bf1bbfc03bfc26f34256423c42d36b3 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 23 Jun 2025 15:13:22 -0500 Subject: [PATCH] changing search from json to javascript --- config.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index d8a7357..1d24237 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,7 @@ # The base URL of the site; the only required configuration variable. -base_url = "https://tfcconnection.org" +# base_url = "https://tfcconnection.org" +# used when developing +base_url = "/" # The site title and description; used in feeds by default. title = "TFC Connection" @@ -123,7 +125,7 @@ include_content = true # become too big to load on the site. Defaults to not being set. truncate_content_length = 100 -index_format = "elasticlunr_json" +index_format = "elasticlunr_javascript" # Optional translation object for the default language # Example: @@ -160,6 +162,7 @@ taxonomies = [ # [extra] enable_search = true +enable_sidebar = false [extra.navbar]