simple-links/config.json

31 lines
567 B
JSON

{
"name": "Your Name",
"description": "A description about yourself",
"avatar": "https://cdn.fascinated.cc/KWprz2.jpg",
"metadata": {
"title": "Your Name",
"description": "website description"
},
"options": {
"showSourceLink": true
},
"links": [
{
"title": "Git",
"url": "https://git.fascinated.cc",
"color": {
"normal": "bg-green-700",
"hover": "bg-green-600"
}
},
{
"title": "Documentation",
"url": "https://docs.fascinated.cc",
"color": {
"normal": "bg-neutral-700",
"hover": "bg-neutral-600"
}
}
]
}