diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-11-21 21:45:02 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-11-21 21:45:02 +0100 |
commit | 4ba0f9c95a4d20803e19080918c9e06913834b35 (patch) | |
tree | 7720a4fda079c7d6966526917cadd0176588d65f | |
parent | 5857d01501091e3a357fed24da4161ae5b955108 (diff) | |
download | blog-4ba0f9c95a4d20803e19080918c9e06913834b35.tar.gz blog-4ba0f9c95a4d20803e19080918c9e06913834b35.zip |
config: disable search index, own theme does not have search
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index ea18122..0230193 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ taxonomies = [ ] compile_sass = true -build_search_index = true +build_search_index = false ignored_content = [ "*.drawio", "*.drawio.dtmp", "*.drawio.bkp", "*.elf", |