split config.json intro seperate files
This commit is contained in:
32
data/links.json
Normal file
32
data/links.json
Normal file
@@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"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!"
|
||||
},
|
||||
{
|
||||
"name": "Kod Źródłowy",
|
||||
"href": "https://github.com/gractwo/gractwo-web",
|
||||
"hrefalias": ["/source", "/oss"],
|
||||
"desc": "Kod źródłowy naszej strony internetowej."
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user