simple-links/config.json
2023-07-02 12:02:11 +01:00

44 lines
974 B
JSON

{
"name": "Lee",
"description": "I'm a 20-year-old software engineer from the UK, and my true passion lies in creating and exploring the endless possibilities within my homelab.",
"avatar": "https://cdn.fascinated.cc/gqL652.jpg",
"metadata": {
"title": "fascinated.cc",
"description": "I'm a 20-year-old software engineer from the UK"
},
"links": [
{
"title": "Git",
"url": "https://git.fascinated.cc/",
"color": {
"normal": "bg-green-700",
"hover": "bg-green-600"
}
},
{
"title": "Discord",
"url": "https://discord.gg/yjj2U3ctEG",
"color": {
"normal": "bg-violet-700",
"hover": "bg-violet-600"
}
},
{
"title": "Twitch",
"url": "https://twitch.tv/fascinated_",
"color": {
"normal": "bg-purple-700",
"hover": "bg-purple-600"
}
},
{
"title": "Documentation",
"url": "https://docs.fascinated.cc",
"color": {
"normal": "bg-neutral-700",
"hover": "bg-neutral-600"
}
}
]
}