Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
35010d973b | |||
f4837a5d5d | |||
c23054fabc | |||
b498138f6d |
3
.changes/3.0.0.md
Normal file
3
.changes/3.0.0.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## 3.0.0 - 2024-04-17
|
||||||
|
### Changed
|
||||||
|
* Change made to website title tag to improve google indexation
|
3
.changes/3.1.0.md
Normal file
3
.changes/3.1.0.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## 3.1.0 - 2024-04-17
|
||||||
|
### Added
|
||||||
|
* Link and qr code added to join matrix chat for developers
|
@@ -6,6 +6,14 @@ 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.1.0 - 2024-04-17
|
||||||
|
### Added
|
||||||
|
* Link and qr code added to join matrix chat for developers
|
||||||
|
|
||||||
|
## 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
|
||||||
|
@@ -36,7 +36,13 @@ La documentation technique de Chill se trouve à l'adresse suivante: http://docs
|
|||||||
|
|
||||||
Il existe un salon sur la messagerie Matrix, pour échanger avec les développeurs de Chill.
|
Il existe un salon sur la messagerie Matrix, pour échanger avec les développeurs de Chill.
|
||||||
|
|
||||||
`#chill-social-admin:matrix.org`
|
Pour le rejoindre cliquez sur le lien ci-dessous,
|
||||||
|
|
||||||
|
[#chill-social-admin:matrix.org](https://matrix.to/#/#chill-social-admin:matrix.org)
|
||||||
|
|
||||||
|
ou scannez le code qr
|
||||||
|
|
||||||
|
<img src="/images/chill-admin.png"/>
|
||||||
|
|
||||||
|
|
||||||
<h5 class="content-subtitle bord-1">Contribuer, devenir prestataire</h5>
|
<h5 class="content-subtitle bord-1">Contribuer, devenir prestataire</h5>
|
||||||
|
@@ -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"
|
||||||
|
|
||||||
|
BIN
static/images/chill-admin.png
Normal file
BIN
static/images/chill-admin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Reference in New Issue
Block a user