Initial commit
This commit is contained in:
43
hugo.toml
Normal file
43
hugo.toml
Normal file
@@ -0,0 +1,43 @@
|
||||
baseURL = 'https://mms43.fr/'
|
||||
languageCode = 'fr-FR'
|
||||
defaultContentLanguage = 'fr'
|
||||
title = 'Maison de la Mobilité Solidaire 43'
|
||||
|
||||
[params]
|
||||
parcoursmob = 'https://mms43.parcoursmob.fr'
|
||||
logo = 'images/logo-mms43.svg'
|
||||
main_pages = ['pages']
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Bénéficiaires'
|
||||
href = '/beneficiaires'
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Partenaires'
|
||||
href = '/partenaires'
|
||||
|
||||
[[menus.main]]
|
||||
name = 'Habitants'
|
||||
href = '/habitants'
|
||||
|
||||
[build]
|
||||
[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'
|
||||
Reference in New Issue
Block a user