diff options
Diffstat (limited to 'exampleSite/config.yaml')
-rw-r--r-- | exampleSite/config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index a11b186..59d0ddc 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -44,3 +44,7 @@ params: # - In git information # - In blog posts BookDateFormat: 'Jan 2, 2006' + + # (Optional, default true) Enables search function with lunr.js, + # Index is built on fly, therefore it might slowdown your website. + BookSearch: true |