simple-links/config.json

44 lines
815 B
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:26:07 +00:00
"themeColor": "#6441a5"
},
2023-07-01 21:08:39 +00:00
"links": [
{
"title": "Git",
2023-07-02 13:14:26 +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": "Documentation",
"url": "https://docs.fascinated.cc",
"color": {
"normal": "bg-neutral-700",
"hover": "bg-neutral-600"
}
}
]
}