virtuallypotato/config/_default/menus/menu.en.toml

73 lines
No EOL
1.3 KiB
TOML

[[main]]
name = "Virtually Potato"
url = ""
weight = -110
[[main]]
name = "vRealize Automation 8"
url = "series/vra8/"
weight = -109
[[main]]
name = "Projects"
url = "series/projects/"
weight = -108
[[main]]
name = "Scripts"
url = "series/scripts"
weight = -107
[[main]]
name = "Tips & Tricks"
url = "series/tips"
weight = -106
# 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/#"