From 4fce93b16e0705718228a979a776f83f59d298b9 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Mon, 20 Nov 2023 11:17:46 +0100 Subject: [PATCH] disable unused options --- hugo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index 7fa723c..ccb0ad3 100755 --- a/hugo.toml +++ b/hugo.toml @@ -19,14 +19,13 @@ paginate = 2 # see https://gohugo.io/extras/pagination/ summaryLength = 10 # see https://gohugo.io/content-management/excerpts/ # google analytics -googleAnalytics = "G-MEASUREMENT_ID" # see https://gohugo.io/templates/internal/#configure-google-analytics +#googleAnalytics = "G-MEASUREMENT_ID" # see https://gohugo.io/templates/internal/#configure-google-analytics # disqus short name -disqusShortname = "themefisher-template" # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/ +#disqusShortname = "themefisher-template" # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/ # disable language -disableLanguages = [ -] # example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/ +disableLanguages = [] hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage defaultContentLanguage = "fr"