accueil-jouf.fr/themes/prout/hugo.toml
2024-10-27 21:49:16 +01:00

23 lines
361 B
TOML

baseURL = 'https://example.org/'
languageCode = 'en-US'
title = 'My New Hugo Site with Prout theme'
[[menus.main]]
name = 'Accueil'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'Tags'
pageRef = '/tags'
weight = 30
[[menus.main]]
name = 'A propos'
pageRef = '/a-propos'
weight = 40
[module]
[module.hugoVersion]
extended = false
min = "0.116.0"