tp-hugo/marmoulins/hugo.toml
2024-12-06 16:29:36 +01:00

32 lines
657 B
TOML

baseURL = 'https://example.org/'
languageCode = 'fr'
title = 'Les marmoulins'
theme = ["osm", "papermod"]
sectionPagesMenu = 'main'
[menus]
[[menus.main]]
name = 'Accueil'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'Nos actions'
pageRef = '/actions'
weight = 20
[[menus.main]]
name = 'Devenir un bénévole'
pageRef = '/benevole'
weight = 30
[[menus.main]]
name = 'Faire un don'
pageRef = '/faireundon'
weight = 40
[[menus.main]]
name = 'Contactez-nous'
pageRef = '/contact'
weight = 50
[[menus.main]]
name = 'Devenir un bénévole'
pageRef = '/benevole'
weight = 60