From 0e5fe09b09bf9491732748520e6ad37b74453488 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 11 Jul 2022 09:44:01 +0200 Subject: Rework site search to pass config params --- exampleSite/config/_default/params.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/config/_default/params.yaml b/exampleSite/config/_default/params.yaml index 9387248..42685e5 100644 --- a/exampleSite/config/_default/params.yaml +++ b/exampleSite/config/_default/params.yaml @@ -91,3 +91,9 @@ facebook_id: '' # Twitter username for the website twitter: john_doe + +# Configure search engine +search: + # Maximum length (in words) of each text blurb. You can change this + # value if you find that 100 is too short or too long for your taste. + maxSummaryLength: 100 -- cgit v1.2.3