Files
siteperso/config/_default/menus/menus.en.toml
2023-10-16 11:11:03 +02:00

50 lines
1000 B
TOML

[[main]]
name = "Home"
url = ""
weight = 10
[[main]]
name = "About"
url = "about"
weight = 20
[[main]]
identifier = "category"
name = "Categories"
weight = 40
[[main]]
name = "All"
url = "post"
weight = 100
parent = "category"
[[main]]
name = "Genealogy"
url = "tags/genealogy"
weight = 20
parent = "category"
[[main]]
name = "Haiku"
url = "tags/haiku"
weight = 30
parent = "category"
[[main]]
identifier = "docs"
name = "Docs"
url = "page"
weight = 50
#[[social]]
#name = "GitHub"
#pre = "<svg xmlns='http://www.w3.org/2000/svg' class='feather feather-github'><use href='/hugo-bootstrap-theme/images/feather/feather-sprite.svg#github'/></svg>"
#url = "https://github.com/filipecarneiro/hugo-bootstrap-theme/"
#weight = 10
#[[social]]
#name = "Twitter"
#pre = "<svg xmlns='http://www.w3.org/2000/svg' class='feather feather-twitter'><use href='/hugo-bootstrap-theme/images/feather/feather-sprite.svg#twitter'/></svg>"
#url = "https://twitter.com/jfilipecarneiro/"
#weight = 20