simple-links/config.json

75 lines
1.5 KiB
JSON
Raw Normal View History

2023-07-01 21:08:39 +00:00
{
2023-07-12 08:40:24 +00:00
"configVersion": "0.1.3",
2023-07-10 04:06:28 +00:00
"name": "Your Name",
"description": "A description about yourself",
2023-07-10 07:39:28 +00:00
"avatar": "/avatar.webp",
2023-07-10 04:06:28 +00:00
"background": {
"showBackground": false,
2023-07-10 04:06:28 +00:00
"blur": true,
"darken": {
"enabled": true,
"amount": 0.7
},
2023-07-10 07:22:17 +00:00
"backgroundImage": "/background.jpg"
2023-07-10 04:06:28 +00:00
},
"theme": "dark",
"infoCard": {
"transparency": 0.85
},
"options": {
"showSourceLink": true
},
"metadata": {
"title": "Your Name",
"description": "website description",
"themeColor": "#6441a5",
"authors": [
{
"name": "Fascinated",
"url": "https://fascinated.cc"
}
]
},
"links": [
{
"title": "Git",
"url": "https://git.fascinated.cc",
2023-07-12 08:40:24 +00:00
"icon": "fab fa-git-alt",
2023-07-10 04:06:28 +00:00
"color": {
"normal": "bg-green-700"
}
},
{
"title": "Twitch",
"url": "https://twitch.tv/fascinated_",
"icon": "fab fa-twitch",
"color": {
"normal": "bg-[#6441a5]"
}
},
{
"title": "Documentation",
"url": "https://docs.fascinated.cc",
"color": {
"normal": "bg-neutral-700"
}
}
2023-07-12 08:40:24 +00:00
],
"socialLinks": [
{
2023-07-12 09:02:26 +00:00
"icon": "fab fa-twitter",
"color": "#1DA1F2",
"url": "https://twitter.com"
2023-07-12 08:40:24 +00:00
},
{
"icon": "fab fa-reddit",
2023-07-12 09:02:26 +00:00
"color": "#FF4300",
2023-07-12 08:40:24 +00:00
"url": "https://www.reddit.com/user/ImFascinatedMC"
2023-07-12 09:02:26 +00:00
},
{
"icon": "fab fa-git-alt",
"url": "https://git.fascinated.cc"
2023-07-12 08:40:24 +00:00
}
2023-07-10 04:06:28 +00:00
]
2023-07-01 21:08:39 +00:00
}