Add basic layout
This commit is contained in:
parent
4a087959fc
commit
110765ecc7
8 changed files with 120 additions and 3 deletions
25
hugo.toml
25
hugo.toml
|
|
@ -2,3 +2,28 @@ baseURL = 'https://adlc.dawl.fr/'
|
|||
languageCode = 'fr'
|
||||
title = 'Les amis de la chapelle Victoria'
|
||||
disableKinds = ['taxonomy', 'term']
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
identifier = "concerts"
|
||||
name = "Concerts"
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "galerie"
|
||||
name = "Galerie"
|
||||
url = "/galerie/"
|
||||
weight = 5
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "apropos"
|
||||
name = "A propos"
|
||||
url = "/apropos/"
|
||||
weight = 10
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "contact"
|
||||
name = "Contact"
|
||||
url = "/contact/"
|
||||
weight = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue