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

89 lines
1.6 KiB
TOML
Raw Normal View History

2021-12-06 03:42:51 +00:00
[[main]]
2021-12-07 00:29:05 +00:00
name = "Virtually Potato"
2021-12-06 03:42:51 +00:00
url = ""
weight = -110
[[main]]
2021-12-08 01:31:13 +00:00
name = "vRealize Automation 8"
url = "series/vra8/"
2021-12-06 03:42:51 +00:00
weight = -109
[[main]]
2021-12-08 01:31:13 +00:00
name = "Projects"
url = "series/projects/"
2021-12-06 03:42:51 +00:00
weight = -108
[[main]]
2021-12-08 01:31:13 +00:00
name = "Scripts"
url = "series/scripts"
2021-12-06 03:42:51 +00:00
weight = -107
2021-12-08 01:31:13 +00:00
[[main]]
name = "Tips & Tricks"
url = "series/tips"
weight = -106
# Submenus are done this way: parent -> identifier
2021-12-08 02:00:18 +00:00
[[main]]
name = "Connect"
identifier = "Connect"
weight = -100
[[main]]
parent = "Connect"
name = "Matrix"
url = "https://matrix.to/#/@john:bowdre.net"
[[main]]
parent = "Connect"
name = "XMPP"
url = "https://conversations.im/i/john@chat.vpot8.ooo"
[[main]]
parent = "Connect"
name = "Twitter"
url = "https://twitter.com/johndotbowdre"
[[main]]
parent = "Connect"
name = "GitHub"
url = "https://github.com/jbowdre"
[[main]]
parent = "Connect"
name = "CounterSocial"
url = "https://counter.social/@john_b"
[[main]]
parent = "Connect"
name = "Polywork"
url = "https://john.bowdre.net/"
2021-12-08 01:31:13 +00:00
# [[main]]
# name = "About"
# url = "about/"
# weight = -107
2021-12-06 03:42:51 +00:00
# social menu links
[[social]]
name = "github"
type = "social"
weight = 1
url = "https://github.com/jbowdre"
2021-12-08 01:31:13 +00:00
2021-12-06 03:42:51 +00:00
[[social]]
name = "twitter"
weight = 2
url = "https://twitter.com/johndotbowdre"
2021-12-08 01:31:13 +00:00
2021-12-06 03:42:51 +00:00
[[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/#"