From b498138f6d3c73a1505090d7b5f901dfc98f5584 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 17 Apr 2024 16:27:05 +0200 Subject: [PATCH] update title to improve google indexation --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index ccb0ad3..ddff987 100755 --- a/hugo.toml +++ b/hugo.toml @@ -4,7 +4,7 @@ baseURL = "/" # Title of your website (required). -title = "CHILL" +title = "CHILL - Logiciel libre d'accompagnement social" # Your theme name theme = "hugoplate" @@ -25,7 +25,7 @@ summaryLength = 10 # see https://gohugo.io/content-management/excerpts/ #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 = [] +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"