Upgraded to Astro 5.2.5 and fixed content collections
This commit is contained in:
parent
298b91262e
commit
eec488ddff
28 changed files with 290 additions and 198 deletions
src/data/datafiles
42
src/data/datafiles/socials.json
Normal file
42
src/data/datafiles/socials.json
Normal file
|
@ -0,0 +1,42 @@
|
|||
[
|
||||
{
|
||||
"link": "https://www.youtube.com/@Firq_",
|
||||
"icon": "youtube",
|
||||
"text": "Youtube"
|
||||
},
|
||||
{
|
||||
"link": "https://mastodon.neshweb.net/@Firq",
|
||||
"icon": "mastodon",
|
||||
"text": "Mastodon"
|
||||
},
|
||||
{
|
||||
"link": "https://twitter.com/firq_ow",
|
||||
"icon": "twitter",
|
||||
"text": "Twitter"
|
||||
},
|
||||
{
|
||||
"link": "https://twitch.tv/Firq",
|
||||
"icon": "twitch",
|
||||
"text": "Twitch"
|
||||
},
|
||||
{
|
||||
"link": "https://discord.com/users/186014064835690496",
|
||||
"icon": "discord",
|
||||
"text": "Discord"
|
||||
},
|
||||
{
|
||||
"link": "https://www.reddit.com/user/Firq_ow/",
|
||||
"icon": "reddit",
|
||||
"text": "Reddit"
|
||||
},
|
||||
{
|
||||
"link": "https://forgejo.neshweb.net/Firq",
|
||||
"icon": "forgejo",
|
||||
"text": "Forgejo"
|
||||
},
|
||||
{
|
||||
"link": "https://rayshift.io/na/firq",
|
||||
"icon": "rayshift",
|
||||
"text": "Rayshift"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue