mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 21:16:12 +01:00
Changed to kizuren.dev
This commit is contained in:
parent
60a73c42bb
commit
8ae61d7d7d
6 changed files with 24 additions and 20 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# MarcUs7i.Net
|
# Kizuren.dev
|
||||||
|
|
||||||
marcus7i.net © 2025 by MarcUs7i is licensed under CC BY-NC 4.0<br>
|
kizuren.dev © 2025 by Kizuren is licensed under CC BY-NC 4.0<br>
|
||||||
This is the source code for [marcus7i.net](https://marcus7i.net)
|
This is the source code for [kizuren.dev](https://kizuren.dev).<br>
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<footer class="p-4">
|
<footer class="p-4">
|
||||||
<div class="flex justify-between items-center px-4 sm:px-6 md:px-8">
|
<div class="flex justify-between items-center px-4 sm:px-6 md:px-8">
|
||||||
<div>© {{ new Date().getFullYear() }} <ULink to="/" class="cursor-default">MarcUs7i.Net</ULink>. All rights reserved.</div>
|
<div>© {{ new Date().getFullYear() }} <ULink to="/" class="cursor-default">Kizuren</ULink>. All rights reserved.</div>
|
||||||
<div class="flex gap-4">
|
<div class="flex gap-4">
|
||||||
<ULink to="/discord" target="_blank">Discord</ULink>
|
<ULink to="/discord" target="_blank">Discord</ULink>
|
||||||
<ULink v-if="config.siteLinks.github" :to="config.siteLinks.github" target="_blank">GitHub</ULink>
|
<ULink v-if="config.siteLinks.github" :to="config.siteLinks.github" target="_blank">GitHub</ULink>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<header class="p-4">
|
<header class="p-4">
|
||||||
<nav class="flex justify-between items-center">
|
<nav class="flex justify-between items-center">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<ULink as="button" to="/" class="cursor-default">MarcUs7i.Net</ULink>
|
<ULink as="button" to="/" class="cursor-default">Kizuren</ULink>
|
||||||
</div>
|
</div>
|
||||||
<ul class="flex gap-4 md:gap-6">
|
<ul class="flex gap-4 md:gap-6">
|
||||||
<li><ULink to="/about">About</ULink></li>
|
<li><ULink to="/about">About</ULink></li>
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,15 @@
|
||||||
---
|
---
|
||||||
title: 'About'
|
title: 'About'
|
||||||
description: 'about page of marcus7i.net'
|
description: 'about page of kizuren.dev'
|
||||||
---
|
---
|
||||||
|
|
||||||
# About MarcUs7i.Net
|
# About Kizuren
|
||||||
|
|
||||||
This site hosts multiple services and applications, mostly self-made, some improved by me (MarcUs7i)
|
This site hosts multiple services and applications, mostly self-made, some improved by me (Kizuren)
|
||||||
|
|
||||||
## Donations
|
## Donations
|
||||||
|
|
||||||
You can support me by donating to my [Patreon](https://patreon.com/marcus7i).
|
You can support me by donating to my [Patreon](https://patreon.com/kizuren).
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,12 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col items-center justify-center gap-8 pt-8">
|
<div class="flex flex-col items-center justify-center gap-8 pt-8">
|
||||||
<h1 class="mt-10 home-title">
|
<h1 class="mt-10 home-title">
|
||||||
MarcUs7i.Net
|
Kizuren.dev
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
<p class="text-center text-sm sm:text-base mb-2">
|
||||||
|
For the latest updates, join the <ULink to="/discord" class="text-pixel-green hover:text-pixel-green-hover">discord server</ULink>
|
||||||
|
</p>
|
||||||
|
|
||||||
<div class="flex items-center gap-2 mt-6">
|
<div class="flex items-center gap-2 mt-6">
|
||||||
<UButtonGroup>
|
<UButtonGroup>
|
||||||
|
|
@ -60,7 +64,7 @@
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
useHead({
|
useHead({
|
||||||
title: 'Marcus7i.Net'
|
title: 'Kizuren'
|
||||||
})
|
})
|
||||||
|
|
||||||
const { config } = useSiteConfig()
|
const { config } = useSiteConfig()
|
||||||
|
|
|
||||||
|
|
@ -3,24 +3,24 @@
|
||||||
{
|
{
|
||||||
"discord-invite": "https://discord.gg/e37aq2wc66",
|
"discord-invite": "https://discord.gg/e37aq2wc66",
|
||||||
"github": "https://github.com/MarcUs7i",
|
"github": "https://github.com/MarcUs7i",
|
||||||
"status-page": "https://status.marcus7i.net"
|
"status-page": "https://status.kizuren.dev"
|
||||||
},
|
},
|
||||||
"buttons": [
|
"buttons": [
|
||||||
{
|
{
|
||||||
"title": "Open-WebUI",
|
"title": "Open-WebUI",
|
||||||
"url": "https://ollama.marcus7i.net",
|
"url": "https://ollama.kizuren.dev",
|
||||||
"icon": "i-simple-icons-ollama",
|
"icon": "i-simple-icons-ollama",
|
||||||
"description": "Self-hosted WebUI for LLMs using Ollama"
|
"description": "Self-hosted WebUI for LLMs using Ollama"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "uLinkShortener",
|
"title": "uLinkShortener",
|
||||||
"url": "https://u.marcus7i.net",
|
"url": "https://u.kizuren.dev",
|
||||||
"icon": "line-md:link",
|
"icon": "line-md:link",
|
||||||
"description": "URL shortener and data collector"
|
"description": "URL shortener and data collector"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Git",
|
"title": "Git",
|
||||||
"url": "https://git.marcus7i.net",
|
"url": "https://git.kizuren.dev",
|
||||||
"icon": "i-simple-icons-git",
|
"icon": "i-simple-icons-git",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "SauceKudasai",
|
"title": "SauceKudasai",
|
||||||
"url": "https://saucekudasai.marcus7i.net",
|
"url": "https://saucekudasai.kizuren.dev",
|
||||||
"icon": "i-simple-icons-sunrise",
|
"icon": "i-simple-icons-sunrise",
|
||||||
"description": ""
|
"description": ""
|
||||||
}
|
}
|
||||||
|
|
@ -53,12 +53,12 @@
|
||||||
{
|
{
|
||||||
"host": "GitHub",
|
"host": "GitHub",
|
||||||
"logo": "i-simple-icons-github",
|
"logo": "i-simple-icons-github",
|
||||||
"url": "https://github.com/MarcUs7i/ShantiManti"
|
"url": "https://github.com/Kizuren/ShantiManti"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"host": "Itch",
|
"host": "Itch",
|
||||||
"logo": "i-simple-icons-itchdotio",
|
"logo": "i-simple-icons-itchdotio",
|
||||||
"url": "https://marcus7i.itch.io/shanti-manti"
|
"url": "https://kizuren.itch.io/shanti-manti"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -71,12 +71,12 @@
|
||||||
{
|
{
|
||||||
"host": "GitHub",
|
"host": "GitHub",
|
||||||
"logo": "i-simple-icons-github",
|
"logo": "i-simple-icons-github",
|
||||||
"url": "https://github.com/MarcUs7i/SynthMaze"
|
"url": "https://github.com/Kizuren/SynthMaze"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"host": "Itch",
|
"host": "Itch",
|
||||||
"logo": "i-simple-icons-itchdotio",
|
"logo": "i-simple-icons-itchdotio",
|
||||||
"url": "https://marcus7i.itch.io/synthmaze"
|
"url": "https://kizuren.itch.io/synthmaze"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue