hugo-blog/config/_default/menu.en.toml

61 lines
788 B
TOML
Raw Normal View History

# main menu
[[main]]
name = "About Me"
url = "about/"
weight = 1
[[main]]
name = "Articles"
url = "#"
hasChildren = true
weight = 2
[[main]]
parent = "Articles"
2022-08-16 20:42:42 +00:00
name = "BSD"
url = "articles/bsd/"
weight = 1
[[main]]
parent = "Articles"
2022-08-16 20:42:42 +00:00
name = "Linux"
url = "articles/linux/"
weight = 2
[[main]]
parent = "Articles"
2022-08-16 20:42:42 +00:00
name = "FOSS"
url = "articles/foss/"
weight = 3
[[main]]
name = "Contact"
url = "contact/"
weight = 3
# footer menu
[[footer]]
name = "About"
url = "about"
weight = 2
[[footer]]
name = "Sitemap"
url = "sitemap.xml"
weight = 3
[[footer]]
name = "Elements"
url = "elements"
weight = 4
[[footer]]
name = "Privacy Policy"
url = "privacy-policy"
weight = 7
[[footer]]
name = "Terms Conditions"
url = "terms-conditions"
weight = 8