Initialized website
This commit is contained in:
commit
1fe718741b
26 changed files with 399 additions and 0 deletions
23
themes/prout/hugo.toml
Normal file
23
themes/prout/hugo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue