summaryrefslogtreecommitdiff
path: root/exampleSite/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.yaml')
-rw-r--r--exampleSite/config.yaml9
1 files changed, 7 insertions, 2 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 8719742..36b3b5d 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -1,10 +1,9 @@
-# hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313/example
+# hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313/theme/hugo-book/
baseURL: https://example.com/
title: Hugo Book
theme: hugo-book
disableKinds: ['taxonomy', 'taxonomyTerm']
-# themesDir: ../..
# Book configuration
disablePathToLower: true
@@ -49,3 +48,9 @@ params:
# (Optional, default true) Enables search function with lunr.js,
# Index is built on fly, therefore it might slowdown your website.
BookSearch: true
+
+ # (Optional, default none) Search config for flexsearch index.
+ # Read documentation at https://github.com/nextapps-de/flexsearch#usage. By default 'balance' preset is used.
+ # This option allows to set specific configs for languages support. Must be valid JavaScript object.
+ BookSearchConfig: |
+ { cache: true }