From b0152583f9e9ed7c66dcc4b0387cd0b31ea2f862 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 28 Nov 2018 17:45:32 -0200 Subject: [PATCH] No need to generate indexes, we have no search --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 95afe02..ad4e664 100644 --- a/config.toml +++ b/config.toml @@ -21,7 +21,7 @@ taxonomies = [ highlight_code = true # Whether to build a search index to be used later on by a JavaScript library -build_search_index = true +# build_search_index = true [extra] # Put all your custom variables here