kizuren.dev/public/site-config.json
2025-09-26 08:02:15 +02:00

90 lines
2.6 KiB
JSON

{
"site-links":
{
"discord-invite": "https://discord.gg/e37aq2wc66",
"github": "https://github.com/Kizuren",
"status-page": "https://status.kizuren.dev"
},
"buttons": [
{
"title": "Otakuanime",
"url": "https://otakuani.me",
"icon": "i-simple-icons-stremio",
"description": "An anime site to watch for free"
},
{
"title": "µLinkShortener",
"url": "https://u.kizuren.dev",
"icon": "line-md:link",
"description": "URL shortener and data collector"
},
{
"title": "Git",
"url": "https://git.kizuren.dev",
"icon": "i-simple-icons-git",
"description": "Self-hosted Git instance"
},
{
"title": "Games",
"url": "/games",
"icon": "line-md:play-filled",
"description": ""
},
{
"title": "SauceKudasai",
"url": "https://saucekudasai.kizuren.dev",
"icon": "i-simple-icons-sunrise",
"description": "Find a specific anime from a screenshot"
},
{
"title": "Open-WebUI",
"url": "https://ollama.kizuren.dev",
"icon": "i-simple-icons-ollama",
"description": "Self-hosted WebUI for LLMs using Ollama"
}
],
"games": [
{
"title": "Shanti Manti",
"description": "Shanti Manti has to fight against his classmates to survive.",
"status": "Released",
"logo-url": "/game-icons/shantimanti.png",
"url": [
{
"host": "GitHub",
"logo": "i-simple-icons-github",
"url": "https://github.com/Kizuren/ShantiManti"
},
{
"host": "Itch",
"logo": "i-simple-icons-itchdotio",
"url": "https://kizuren.itch.io/shanti-manti"
}
]
},
{
"title": "SynthMaze",
"description": "You have to solve the Mazes to escape from the Enemy's headquarter.",
"status": "Abandoned",
"logo-url": "/game-icons/synthmaze.png",
"url": [
{
"host": "GitHub",
"logo": "i-simple-icons-github",
"url": "https://github.com/Kizuren/SynthMaze"
},
{
"host": "Itch",
"logo": "i-simple-icons-itchdotio",
"url": "https://kizuren.itch.io/synthmaze"
}
]
},
{
"title": "TetrisRemastered",
"description": "Tetris in 2D & 3D with customizable music engine",
"status": "In development",
"logo-url": "/game-icons/tetrisremastered.png"
}
]
}