feat: define links in separate json file

This commit is contained in:
Stevan Freeborn
2025-11-24 21:34:15 -06:00
parent d423b5401b
commit a34467a67d
6 changed files with 81 additions and 29 deletions
+22
View File
@@ -0,0 +1,22 @@
[
{
"href": "https://youtube.stevanfreeborn.com",
"icon": "fa-brands fa-square-youtube fa-lg",
"text": "YouTube"
},
{
"href": "https://github.stevanfreeborn.com",
"icon": "fa-brands fa-square-github fa-lg",
"text": "GitHub"
},
{
"href": "https://blog.stevanfreeborn.com",
"icon": "fa-solid fa-square-rss fa-lg",
"text": "Blog"
},
{
"href": "https://linkedin.stevanfreeborn.com",
"icon": "fa-brands fa-square-linkedin fa-lg",
"text": "LinkedIn"
}
]