softinio.com/config/_default/menus/menu.en.toml

104 lines
1.9 KiB
TOML
Raw Normal View History

2022-10-15 18:20:48 -07:00
# [[main]]
# name = "Home"
# url = ""
# weight = -110
2022-10-15 11:43:48 -07:00
[[main]]
name = "About"
url = "about/"
2022-10-15 23:49:38 -07:00
weight = -110
2022-10-15 11:43:48 -07:00
[[main]]
name = "Resume"
url = "resume/"
2022-10-15 23:49:38 -07:00
weight = -109
[[main]]
name = "Consulting"
url = "consulting/"
2022-10-15 11:43:48 -07:00
weight = -108
[[main]]
name = "Newsletter"
2022-11-05 13:54:26 -07:00
url = "https://notes.softinio.com"
2022-10-15 11:43:48 -07:00
weight = -107
[[main]]
name = "Watch"
url = "https://watch.softinio.com/c/softinio/videos"
weight = -106
2023-01-14 22:16:00 -08:00
[[main]]
name = "TIL"
url = "https://til.softinio.com"
weight = -105
2022-10-15 11:43:48 -07:00
# 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 = "gitea"
weight = 1
url = "https://git.softinio.com/softinio"
[[social]]
name = "github"
type = "social"
weight = 2
url = "https://github.com/softinio"
[[social]]
name = "twitter"
weight = 3
url = "https://twitter.com/SalarRahmanian"
[[social]]
name = "linkedin"
weight = 4
url = "https://www.linkedin.com/in/salarrahmanian"
[[social]]
name = "youtube"
weight = 5
url = "https://softin.io/youtube"
[[social]]
2022-10-15 18:20:48 -07:00
name = "matrix"
2022-10-15 11:43:48 -07:00
weight = 6
2022-10-15 18:20:48 -07:00
url = "https://matrix.to/#/@softinio:matrix.org"
[[social]]
name = "mastedon"
weight = 7
2022-10-15 11:43:48 -07:00
url = "https://fosstodon.org/@softinio"
[[social]]
name = "rss"
2022-10-15 18:20:48 -07:00
weight = 8
2022-10-15 11:43:48 -07:00
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/#"
# name = "discord"
# url = "https://discord.gg/#"