simple-links/config.json

44 lines
974 B
JSON
Raw Normal View History

2023-07-01 21:08:39 +00:00
{
"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.",
2023-07-02 11:02:11 +00:00
"avatar": "https://cdn.fascinated.cc/gqL652.jpg",
2023-07-01 21:08:39 +00:00
"metadata": {
"title": "fascinated.cc",
"description": "I'm a 20-year-old software engineer from the UK"
},
"links": [
{
"title": "Git",
2023-07-01 21:21:00 +00:00
"url": "https://git.fascinated.cc/",
2023-07-01 21:08:39 +00:00
"color": {
2023-07-01 21:31:41 +00:00
"normal": "bg-green-700",
"hover": "bg-green-600"
2023-07-01 21:08:39 +00:00
}
},
{
"title": "Discord",
"url": "https://discord.gg/yjj2U3ctEG",
"color": {
2023-07-01 21:31:41 +00:00
"normal": "bg-violet-700",
"hover": "bg-violet-600"
2023-07-01 21:08:39 +00:00
}
},
{
"title": "Twitch",
"url": "https://twitch.tv/fascinated_",
"color": {
2023-07-01 21:31:41 +00:00
"normal": "bg-purple-700",
"hover": "bg-purple-600"
2023-07-01 21:08:39 +00:00
}
},
{
"title": "Documentation",
"url": "https://docs.fascinated.cc",
"color": {
"normal": "bg-neutral-700",
"hover": "bg-neutral-600"
}
}
]
}