From cad4a54a571e77544234bc2b315a038f9140dd60 Mon Sep 17 00:00:00 2001 From: mo8it Date: Tue, 30 May 2023 14:17:15 +0200 Subject: [PATCH] Add config options --- config.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 1f223f3..3f0662f 100644 --- a/config.toml +++ b/config.toml @@ -1,10 +1,15 @@ -# The URL the site will be built for +# The URL the site will be built for. base_url = "https://yinghong-massage.de" title = "Ying Yang Massage" +description = "Ferdinand-Remy-Str. 23, 56859 Alf" +author = "Yinghong Yang" +lang = "de" -# Whether to automatically compile all Sass files in the sass directory compile_sass = false +build_search_index = false + +external_links_no_referrer = true [extra] logo_path = "images/logo.png"