embarcadere/_data/config.json
Kazhnuz 50b716e0db
All checks were successful
continuous-integration/drone/push Build is passing
feat: ajout tramweb
2024-08-30 12:14:51 +02:00

110 lines
4.6 KiB
JSON
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"accentColor":"#c2255c",
"mascotte":{
"message":"Mascotte créée par Withelias !",
"alt":"Un petit kobold marron dans une tasse avec marquée Kobold Café"
},
"featuredSites":[
{"nom":"Kobold Cafe", "url":"https://kobold.cafe/", "emoji":"☕"},
{"nom":"Tramweb", "url":"https://tramweb.quarante-douze.net/", "emoji":"🚊"},
{"nom":"Code Source", "url":"https://git.kobold.cafe/kazhnuz/embarcadere", "emoji":""}
],
"moreLink": {
"nom": "Plus de liens sur mon shaarli !",
"url": "https://shaarli.kazhnuz.space",
"emoji": "🔗"
},
"siteBlocks":[
{
"nom":"Réseaux sociaux",
"sites":[
{"nom":"Fedivers", "url":"https://fediverse.party/", "emoji":"🌍"},
{"nom":"Sheezy.art", "url":"https://sheezy.art/", "emoji":"🖼️"},
{"nom":"Micro réseaux-sociaux", "url":"https://quarante-douze.net/les-micro-r%C3%A9seaux-sociaux", "emoji":"📋"}
]
},
{
"nom":"Sites hébergés",
"sites":[
{"nom":"Kazhnuz Space", "url":"https://kazhnuz.space/", "emoji":"🏡"},
{"nom":"Quarante Douze", "url":"https://quarante-douze.net/", "emoji":"👾"},
{"nom":"Withelias", "url":"https://withelias.kobold.cafe/", "emoji":"🖌️"},
{"nom":"Distant Flare", "url":"https://distantflare.kobold.cafe/", "emoji":"💬"},
{"nom":"Fanstuff Garden", "url":"https://fanstuff.garden/", "emoji":"🌳"}
]
},
{
"nom":"Sites amis",
"sites":[
{"nom":"Planète-Sonic", "url":"https://planete-sonic.com/", "emoji":"🦔"},
{"nom":"Radio PSo", "url":"https://radio.planete-sonic.com/", "emoji":"🎵"},
{"nom":"Sonic Mag 2", "url":"https://sm2.planete-sonic.com/", "emoji":"💬"},
{"nom":"Woltar", "url":"https://woltar.com/", "emoji":"🐱"}
]
},
{
"nom":"Favoris Retroweb",
"sites":[
{"nom":"Portail Ytoo!", "url":"https://ytoo.org/", "emoji":"🚪"},
{"nom":"Neocities", "url":"https://neocities.org/", "emoji":"🐱"},
{"nom":"Nekoweb", "url":"https://nekoweb.org/", "emoji":"🐱"},
{"nom":"Marginalia Search", "url":"https://search.marginalia.nu/", "emoji":"🔍"}
]
},
{
"nom":"Jeux du jour",
"sites":[
{"nom":"Wordle FR", "url":"https://wordle.louan.me/", "emoji":"✏️"},
{"nom":"Cé/pédantix", "url":"https://cemantix.certitudes.org/", "emoji":"✏️"},
{"nom":"Travle", "url":"https://travle.earth/", "emoji":"🌍"},
{"nom":"Nerdle", "url":"https://nerdlegame.com/", "emoji":""},
{"nom":"Sonic Heardle", "url":"https://sonic-heardle.glitch.me/", "emoji":"🦔"}
]
},
{
"nom":"Jeux vidéo",
"sites":[
{"nom":"Itch.io", "url":"https://itch.io/", "emoji":"🎮"},
{"nom":"Gamejolt", "url":"https://gamejolt.com/", "emoji":"🎮"},
{"nom":"Pico-8", "url":"https://www.lexaloffle.com/pico-8.php", "emoji":"🎮"},
{"nom":"ROMHacking.net", "url":"https://www.romhacking.net/", "emoji":"🎮"}
]
},
{
"nom":"Arts créatifs",
"sites":[
{"nom":"Bandcamp", "url":"https://bandcamp.com/", "emoji":"🎵"},
{"nom":"Webtoon", "url":"https://webtoon.com/", "emoji":"🖼️"},
{"nom":"Wattpad", "url":"https://www.wattpad.com/", "emoji":"🖊️"}
]
},
{
"nom":"Gamedev",
"sites":[
{"nom":"Godot", "url":"https://godotengine.org/", "emoji":"🎮"},
{"nom":"Love2D", "url":"https://love2d.org/", "emoji":"🎮"},
{"nom":"OpenGameArt", "url":"https://opengameart.org/", "emoji":"🖼️"},
{"nom":"Webidev", "url":"https://webidev.com/", "emoji":"🖥️"}
]
},
{
"nom":"Trucs funs",
"sites":[
{"nom":"98.js", "url":"https://98.js.org/", "emoji":"🖥️"},
{"nom":"Blåhaj being human", "url":"https://blahaj.xyz/", "emoji":"🎮"},
{"nom":"Userinyerface", "url":"https://userinyerface.com/game.html", "emoji":"🎮"},
{"nom":"Webneko", "url":"https://webneko.net/", "emoji":"🐈"},
{"nom":"The useless web", "url":"https://theuselessweb.com/", "emoji":"🖥️"}
]
},
{
"nom":"Tutoriels",
"sites":[
{"nom":"Docs accessibilités", "url":"https://quarante-douze.net/liens-et-guides-sur-laccessibilite/", "emoji":"📒"},
{"nom":"Docs webdev", "url":"https://quarante-douze.net/liens-et-guides-pour-le-dev-web/", "emoji":"📒"},
{"nom":"Resources éducatives", "url":"https://quarante-douze.net/resources-utiles-pour-lenseignement", "emoji":"📒"},
{"nom":"Guide Linux", "url":"https://quarante-douze.net/guide-linux", "emoji": "📒"}
]
}
]
}