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"
|
theme = "ananke"
|
||||||
|
|
||||||
DefaultContentLanguage = "fr"
|
DefaultContentLanguage = "fr"
|
||||||
SectionPagesMenu = "main"
|
# SectionPagesMenu = "main"
|
||||||
Paginate = 20 # this is set low for demonstrating with dummy content. Set to a higher number
|
Paginate = 30 # this is set low for demonstrating with dummy content. Set to a higher number
|
||||||
googleAnalytics = ""
|
googleAnalytics = ""
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
|
||||||
|
@ -15,10 +15,26 @@ enableRobotsTXT = true
|
||||||
filename = "sitemap.xml"
|
filename = "sitemap.xml"
|
||||||
|
|
||||||
[menus]
|
[menus]
|
||||||
|
[[menus.main]]
|
||||||
|
name = "Qui sommes-nous ?"
|
||||||
|
url = "/qui-sommes-nous/"
|
||||||
|
weight = 1
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = "Prochaines activités"
|
name = "Prochaines activités"
|
||||||
url = "https://www.agendadulibre.org/events?tag=axul"
|
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]
|
[params]
|
||||||
text_color = ""
|
text_color = ""
|
||||||
|
|
Loading…
Reference in a new issue