From 91627c2d531a34ae032141af4e18bb1bd8619125 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Mon, 18 Aug 2025 08:30:32 +0300 Subject: Pagespeed optimisation Changes to be committed: modified: .gitignore modified: config.toml deleted: sass/_animate.scss modified: sass/style.scss modified: templates/404.html modified: templates/shortcodes/image.html --- config.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 03ec1a2..bce794b 100644 --- a/config.toml +++ b/config.toml @@ -76,6 +76,21 @@ smart_punctuation = false # For example, `![xx](...)` is ok but `![*x*x](...)` isn’t ok lazy_async_image = false +[search] +# Whether to build a search index to be used by the templates +build_search_index = true +# The name of the file to write the search index to. +# This is used by the default search JavaScript implementation. +index_format = "elasticlunr_json" +# Whether to include the title of the page in the search index. +include_title = true +# Whether to include the description of the page in the search index. +include_description = true +# Whether to include the path of the page in the search index. +include_path = true +# Whether to include the rendered content of the page in the search index. +include_content = true + [extra] home_subtitle = "Neural Art at its finest :))" -- cgit v1.2.3