justin.deal/config/socials.json
Justin Deal 29d0b51dfe
All checks were successful
Build and Deploy / build (push) Successful in 1m0s
Update to use selfhosted icons
2025-05-06 20:10:17 -07:00

30 lines
937 B
JSON

[
{
"name": "Gitea",
"url": "https://code.justin.deal/dealjus",
"iconDark": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/gitea-dark.svg",
"iconLight": "https://icons.justin.deal/gitea.svg?color=ebdbb2",
"alt": "Gitea Profile",
"showInFooter": true,
"showInAbout": true
},
{
"name": "LinkedIn",
"url": "https://www.linkedin.com/in/justin-deal/",
"iconDark": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/linkedin-dark.svg",
"iconLight": "https://icons.justin.deal/linkedin.svg?color=ebdbb2",
"alt": "LinkedIn Profile",
"showInFooter": true,
"showInAbout": true
},
{
"name": "GitHub",
"url": "https://github.com/justintdeal",
"iconDark": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/github-dark.svg",
"iconLight": "https://icons.justin.deal/github.svg?color=ebdbb2",
"alt": "GitHub Profile",
"showInFooter": true,
"showInAbout": true
}
]