From c0bd5b5bb899343ef8b18cceec1982ab8980b236 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 4 Feb 2020 22:24:36 +0100 Subject: #90, Move inline scripts to file in assets to allow overwrite --- exampleSite/config.toml | 1 + exampleSite/config.yaml | 1 + 2 files changed, 2 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index da06bec..7fe97ac 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -70,6 +70,7 @@ enableGitInfo = true # (Optional, default true) Enables search function with flexsearch, # Index is built on fly, therefore it might slowdown your website. + # Configuration for indexing can be adjusted in i18n folder per language. BookSearch = true # (Optional, default true) Enables comments template on pages diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 0e56f53..889f96b 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -68,6 +68,7 @@ params: # (Optional, default true) Enables search function with flexsearch, # Index is built on fly, therefore it might slowdown your website. + # Configuration for indexing can be adjusted in i18n folder per language. BookSearch: true # (Optional, default true) Enables comments template on pages -- cgit v1.2.3