Modifs Amandine
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m54s
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 1m54s
This commit is contained in:
44
hugo.toml
44
hugo.toml
@@ -1,9 +1,10 @@
|
||||
baseURL = 'https://www.mms43.org/'
|
||||
languageCode = 'fr-FR'
|
||||
defaultContentLanguage = 'fr'
|
||||
title = 'Maison de la Mobilité Solidaire 43'
|
||||
title = 'MMS43'
|
||||
|
||||
[params]
|
||||
description = 'Maison de la Mobilité Solidaire 43'
|
||||
parcoursmob = 'https://mms43.parcoursmob.fr'
|
||||
logo = 'images/logo-mms43.svg'
|
||||
main_pages = ['pages']
|
||||
@@ -20,24 +21,29 @@ href = '/partenaires'
|
||||
name = 'Habitants'
|
||||
href = '/habitants'
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[build]
|
||||
[build.buildStats]
|
||||
enable = true
|
||||
[[build.cachebusters]]
|
||||
source = 'assets/notwatching/hugo_stats\.json'
|
||||
target = 'css'
|
||||
[[build.cachebusters]]
|
||||
source = '(postcss|tailwind)\.config\.js'
|
||||
target = 'css'
|
||||
[build.buildStats]
|
||||
enable = true
|
||||
[[build.cachebusters]]
|
||||
source = 'assets/notwatching/hugo_stats\.json'
|
||||
target = 'css'
|
||||
[[build.cachebusters]]
|
||||
source = '(postcss|tailwind)\.config\.js'
|
||||
target = 'css'
|
||||
|
||||
[module]
|
||||
[module.hugoVersion]
|
||||
extended = false
|
||||
min = "0.128.0"
|
||||
[[module.mounts]]
|
||||
source = 'assets'
|
||||
target = 'assets'
|
||||
[[module.mounts]]
|
||||
disableWatch = true
|
||||
source = 'hugo_stats.json'
|
||||
target = 'assets/notwatching/hugo_stats.json'
|
||||
[module.hugoVersion]
|
||||
extended = false
|
||||
min = "0.128.0"
|
||||
[[module.mounts]]
|
||||
source = 'assets'
|
||||
target = 'assets'
|
||||
[[module.mounts]]
|
||||
disableWatch = true
|
||||
source = 'hugo_stats.json'
|
||||
target = 'assets/notwatching/hugo_stats.json'
|
||||
|
||||
Reference in New Issue
Block a user