Add basic layout

This commit is contained in:
dolphinau 2025-08-09 23:03:01 +02:00
parent 4a087959fc
commit 110765ecc7
8 changed files with 120 additions and 3 deletions

View file

@ -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