justin.deal/config/socials.json
Justin Deal a80b2a5e01
All checks were successful
Build and Deploy / build (push) Successful in 40s
Make configs json and have light/dark images for socials
2025-05-04 16:59:10 -07:00

30 lines
976 B
JSON

[
{
"name": "Gitea",
"url": "https://code.justin.deal/dealjus",
"iconDark": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/gitea-dark.svg",
"iconLight": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/gitea-light.svg",
"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://cdn.jsdelivr.net/gh/selfhst/icons/svg/linkedin-light.svg",
"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://cdn.jsdelivr.net/gh/selfhst/icons/svg/github-light.svg",
"alt": "GitHub Profile",
"showInFooter": true,
"showInAbout": true
}
]