From 1f3addcca5bad9ed12ed3e1df7ba75859c650249 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 16 Jul 2019 14:34:02 +0200 Subject: Implement search, loading on demand --- exampleSite/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'exampleSite/config.yaml') 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 -- cgit v1.2.3