Initialized website

This commit is contained in:
Stanislas Jouffroy 2024-10-27 21:49:16 +01:00
commit 1fe718741b
26 changed files with 399 additions and 0 deletions

23
themes/prout/hugo.toml Normal file
View file

@ -0,0 +1,23 @@
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"