nixos-config/configs/home-manager/foo-dogsquared/files/homepage/data/foodogsquared-homepage/links.toml

73 lines
2.6 KiB
TOML
Raw Normal View History

[quicklinks]
name = "Quicklinks"
flavorText = "For the quick-wilting brain"
textOnly = true
weight = -100
links = [
{ url = "org-protocol://wiki-open-up-b4-u-todo-anything?where=latest", text = "YOUR GODFORSAKEN TODO LIST" },
{ url = "org-protocol://wiki-open-journal?when=today", text = "Open journal for today" },
{ url = "org-protocol://roam-node?node=41da43fe-a8a9-4a2e-a361-05a11ce8b318", text = "Open todo for today" },
{ url = "https://login.tailscale.com", text = "Tailscale" },
{ url = "https://devdocs.io", text = "Devdocs" },
]
[applications]
name = "Applications"
flavorText = "Self-hosting is not the answer to everything, btw"
weight = -1
textOnly = false
links = [
{ url = "https://start.foodogsquared.one", text = "The other homepage" },
{ url = "https://code.foodogsquared.one", icon = "gitea", text = "Personal forge" },
{ url = "https://pass.foodogsquared.one", icon = "bitwarden", text = "Password manager" },
{ url = "https://monitoring.foodogsquared.one", icon = "grafana", text = "Monitoring application" },
]
[dev]
name = "Software dev"
flavorText = "...is just standing on a house of cards"
textOnly = true
links = [
{ url = "https://github.com", text = "GitHub" },
{ url = "https://sourcegraph.com", text = "SourceGraph" },
{ url = "https://devdocs.io", text = "Devdocs" },
{ url = "https://vscode.dev", text = "Online Visual Studio Code" },
{ url = "https://cloud.oracle.com", text = "Oracle Cloud" },
{ url = "https://cloud.hetzner.com", text = "Hetzner Cloud" },
]
[design]
name = "Design"
flavorText = "No matter how hard I try, it's pretty crap"
textOnly = true
links = [
{ url = "https://www.awwwards.com/", text = "Awwwards" },
{ url = "https://dribbble.com", text = "Dribbble" },
{ url = "https://simpleicons.org/", text = "Simple Icons" },
{ url = "https://pictogrammers.com/library/mdi/", text = "Material Design Icons" },
]
[music]
name = "Music"
flavorText = "Jammin' and groovin'"
textOnly = true
links = [
{ url = "https://music.youtube.com", text = "YouTube Music" },
{ url = "https://open.spotify.com", text = "Spotify" },
{ url = "https://www.last.fm", text = "last.fm" },
{ url = "https://modarchive.org/", text = "The Mod Archive" },
]
[YOHOOHOOHOOHOO]
name = "🏴💀🏴"
flavorText = "Sailing on the high seas"
textOnly = true
weight = 100
links = [
{ url = "https://libgen.is/", text = "Library Genesis" },
{ url = "https://sci-hub.se/", text = "sci-hub" },
{ url = "https://archive.org", text = "Internet Archive" },
{ url = "https://annas-archive.se/", text = "Anna's Archive" },
{ url = "https://archive.softwareheritage.org", text = "Software Heritage" },
]