diff --git a/config.toml b/config.toml index 3766cfb..b3dc489 100644 --- a/config.toml +++ b/config.toml @@ -5,10 +5,8 @@ base_url = "https://project-cloud.net" compile_sass = true # Whether to build a search index to be used later on by a JavaScript library -build_search_index = false - +build_search_index = true theme = "DeepThought" - minify_html = true taxonomies = [ @@ -16,6 +14,12 @@ taxonomies = [ { name = "tags", feed = true, paginate_by = 10 }, ] +[search] +include_title = true +include_description = false +include_path = false +include_content = true + [markdown] highlight_code = true