this includes: * modifying the administracja.json schema to fit a longer description for pages, and possibly more soon * the dynamic routing of profiles and handling of data therein * a redirect from base /profile path to a better destination * a journey of self discovery leading me to assess .filter() and .map(el, INDEX!!) as being based as fuck * wet spot where my tears landed
37 lines
843 B
JSON
37 lines
843 B
JSON
[
|
|
{
|
|
"name": "Discord",
|
|
"href": "https://discord.gg/NBXq95C",
|
|
"hrefalias": ["/discord", "/dsc", "/dc"],
|
|
"desc": "Nasz serwer na Discordzie!"
|
|
},
|
|
{
|
|
"name": "YouTube",
|
|
"href": "https://www.youtube.com/@gractwopl",
|
|
"hrefalias": ["/youtube", "/yt"],
|
|
"desc": "Nasz kanał na YouTubie!"
|
|
},
|
|
{
|
|
"name": "Twitter",
|
|
"href": "https://twitter.com/gractwo",
|
|
"hrefalias": ["/twitter", "/twt"],
|
|
"desc": "Nasz profil na Twitterze!"
|
|
},
|
|
{
|
|
"name": "GitHub",
|
|
"href": "https://github.com/gractwo",
|
|
"hrefalias": ["/github", "/gh"],
|
|
"desc": "Nasz org na GitHubie!"
|
|
},
|
|
{
|
|
"href": "/o-gractwie#sklad-administracji",
|
|
"hrefalias": ["/profile"]
|
|
},
|
|
{
|
|
"name": "Kod Źródłowy",
|
|
"href": "https://github.com/gractwo/gractwo-web",
|
|
"hrefalias": ["/source", "/oss"],
|
|
"desc": "Kod źródłowy naszej strony internetowej."
|
|
}
|
|
]
|