virtuallypotato/config/_default/menus/menu.en.toml
2021-12-05 21:42:51 -06:00

56 lines
No EOL
1 KiB
TOML

[[main]]
name = "Home"
url = ""
weight = -110
[[main]]
name = "Archives"
url = "post/rich-content/"
weight = -109
# Submenus are done this way: parent -> identifier
[[main]]
name = "Links"
identifier = "Links"
weight = -108
[[main]]
parent = "Links"
name = "LinkedIn"
url = "https://www.linkedin.com/"
[[main]]
parent = "Links"
name = "Twitter"
url = "https://twitter.com/"
[[main]]
name = "About"
url = "about/"
weight = -107
# social menu links
[[social]]
name = "github"
type = "social"
weight = 1
url = "https://github.com/jbowdre"
[[social]]
name = "twitter"
weight = 2
url = "https://twitter.com/johndotbowdre"
[[social]]
name = "rss"
weight = 3
url = "index.xml"
# other supported social links
# name = "youtube"
# url = "https://www.youtube.com/#"
# name = "facebook"
# url = "https://facebook.com/#"
# name = "instagram"
# url = "https://instagram.com/#"
# name = "stackoverflow"
# url = "https://stackoverflow.com/#"
# name = "gitlab"
# url = "https://gitlab.com/#"