simple-links/config.json

57 lines
1.0 KiB
JSON
Raw Normal View History

2023-07-01 21:08:39 +00:00
{
"name": "Your Name",
"description": "A description about yourself",
"avatar": "https://cdn.fascinated.cc/KWprz2.jpg",
2023-07-02 18:22:46 +00:00
"background": {
"showBackground": true,
"blur": true,
"darken": {
"enabled": true,
"amount": 0.7
},
"backgroundImage": "https://cdn.fascinated.cc/8twdW8.jpg"
},
2023-07-02 19:14:30 +00:00
"infoCard": {
"transparency": 0.85
},
2023-07-02 18:23:30 +00:00
"options": {
"showSourceLink": true
},
2023-07-01 21:08:39 +00:00
"metadata": {
"title": "Your Name",
2023-07-02 19:20:33 +00:00
"description": "website description",
2023-07-02 19:30:27 +00:00
"themeColor": "#6441a5",
"authors": [
{
"name": "Fascinated",
"url": "https://fascinated.cc"
}
]
},
2023-07-01 21:08:39 +00:00
"links": [
{
"title": "Git",
2023-07-02 13:14:26 +00:00
"url": "https://git.fascinated.cc",
"icon": "fab fa-github",
2023-07-01 21:08:39 +00:00
"color": {
"normal": "bg-green-700"
}
},
{
"title": "Twitch",
"url": "https://twitch.tv/fascinated_",
"icon": "fab fa-twitch",
"color": {
"normal": "bg-[#6441a5]"
2023-07-01 21:08:39 +00:00
}
},
{
"title": "Documentation",
"url": "https://docs.fascinated.cc",
"color": {
"normal": "bg-neutral-700"
2023-07-01 21:08:39 +00:00
}
}
]
}