aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/config.yaml
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-07-16 14:34:02 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-08-06 11:33:42 +0200
commit1f3addcca5bad9ed12ed3e1df7ba75859c650249 (patch)
tree2e277c7fad1f89a4aafcafa89fc269e257540f09 /exampleSite/config.yaml
parentdda0a0eab19457598b71f2b2b2f978b09d3f95c7 (diff)
Implement search, loading on demand
Diffstat (limited to 'exampleSite/config.yaml')
-rw-r--r--exampleSite/config.yaml4
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