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

75 lines
1.2 KiB
TOML
Raw Normal View History

2021-12-06 03:42:51 +00:00
[[main]]
2021-12-11 03:24:14 +00:00
name = "vPotato"
2021-12-06 03:42:51 +00:00
url = ""
weight = -110
2022-12-10 23:10:20 +00:00
[[main]]
name = "K8s on vSphere"
url = "series/k8s-on-vsphere/"
weight = -109
2021-12-06 03:42:51 +00:00
[[main]]
2021-12-11 03:24:14 +00:00
name = "vRA 8"
2021-12-08 01:31:13 +00:00
url = "series/vra8/"
2022-12-10 23:10:20 +00:00
weight = -108
2021-12-06 03:42:51 +00:00
[[main]]
2021-12-08 01:31:13 +00:00
name = "Projects"
url = "series/projects/"
2022-12-10 23:10:20 +00:00
weight = -107
2021-12-06 03:42:51 +00:00
[[main]]
2021-12-08 01:31:13 +00:00
name = "Scripts"
url = "series/scripts"
2022-12-10 23:10:20 +00:00
weight = -106
2021-12-06 03:42:51 +00:00
2021-12-08 01:31:13 +00:00
[[main]]
name = "Tips"
url = "series/tips/"
2022-12-10 23:10:20 +00:00
weight = -105
2021-12-08 01:31:13 +00:00
2021-12-11 03:24:14 +00:00
# Submenus
2021-12-08 02:00:18 +00:00
[[main]]
name = "Connect"
identifier = "Connect"
weight = -100
[[main]]
parent = "Connect"
name = "Session"
url = "/session/"
2021-12-08 02:00:18 +00:00
[[main]]
parent = "Connect"
name = "XMPP"
2022-03-17 21:12:32 +00:00
url = "/xmpp/"
2021-12-08 02:00:18 +00:00
[[main]]
parent = "Connect"
name = "GitHub"
url = "https://github.com/jbowdre"
[[main]]
parent = "Connect"
name = "CounterSocial"
url = "https://counter.social/@john_b"
2021-12-08 01:31:13 +00:00
2021-12-06 03:42:51 +00:00
[[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 = "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/#"