composition du menu
This commit is contained in:
parent
b2cb40c58d
commit
08e8e59464
22
hugo.toml
22
hugo.toml
|
@ -4,8 +4,8 @@ languageCode = "fr-FR"
|
|||
theme = "ananke"
|
||||
|
||||
DefaultContentLanguage = "fr"
|
||||
SectionPagesMenu = "main"
|
||||
Paginate = 20 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||
# SectionPagesMenu = "main"
|
||||
Paginate = 30 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||
googleAnalytics = ""
|
||||
enableRobotsTXT = true
|
||||
|
||||
|
@ -15,10 +15,26 @@ enableRobotsTXT = true
|
|||
filename = "sitemap.xml"
|
||||
|
||||
[menus]
|
||||
[[menus.main]]
|
||||
name = "Qui sommes-nous ?"
|
||||
url = "/qui-sommes-nous/"
|
||||
weight = 1
|
||||
[[menus.main]]
|
||||
name = "Prochaines activités"
|
||||
url = "https://www.agendadulibre.org/events?tag=axul"
|
||||
weight = 1
|
||||
weight = 2
|
||||
[[menus.main]]
|
||||
name = "Blog"
|
||||
url = "/blog/"
|
||||
weight = 3
|
||||
[[menus.main]]
|
||||
name = "Nous contacter"
|
||||
url = "/nous-contacter/"
|
||||
weight = 4
|
||||
[[menus.main]]
|
||||
name = "Soutenez-nous"
|
||||
url = "/soutenez-nous/"
|
||||
weight = 5
|
||||
|
||||
[params]
|
||||
text_color = ""
|
||||
|
|
Loading…
Reference in a new issue