2 Commits

Author SHA1 Message Date
c23054fabc update version of website to 3.0.0
All checks were successful
Build an image to deploy website / build (push) Successful in 4m5s
2024-04-17 16:28:30 +02:00
b498138f6d update title to improve google indexation 2024-04-17 16:27:05 +02:00
3 changed files with 9 additions and 2 deletions

3
.changes/3.0.0.md Normal file
View File

@@ -0,0 +1,3 @@
## 3.0.0 - 2024-04-17
### Changed
* Change made to website title tag to improve google indexation

View File

@@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie). and is generated by [Changie](https://github.com/miniscruff/changie).
## 3.0.0 - 2024-04-17
### Changed
* Change made to website title tag to improve google indexation
## 2.4.0 - 2024-02-07 ## 2.4.0 - 2024-02-07
### Added ### Added
* Brochure added for downloading * Brochure added for downloading

View File

@@ -4,7 +4,7 @@
baseURL = "/" baseURL = "/"
# Title of your website (required). # Title of your website (required).
title = "CHILL" title = "CHILL - Logiciel libre d'accompagnement social"
# Your theme name # Your theme name
theme = "hugoplate" 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/ #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 # 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 hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
defaultContentLanguage = "fr" defaultContentLanguage = "fr"