From 15d0015c9b80b1be78638fb529e02dcd52253fe2 Mon Sep 17 00:00:00 2001 From: Jake G <106644+Jieiku@users.noreply.github.com> Date: Fri, 3 May 2024 13:59:14 -0700 Subject: [PATCH] Update config.toml Until search is supported may as well not build the search index, site will build slightly faster too. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index abf7195..d49527f 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ author = "cydave" title = "PaperMod" base_url = "https://cydave.github.io/zola-theme-papermod" compile_sass = true -build_search_index = true +build_search_index = false generate_feed = true minify_html = true