website

Unnamed repository; edit this file 'description' to name the repository.
git clone https://codeberg.org/emmett1/website
Log | Files | Refs | LICENSE

commit 7f11ab79d2fc964a7d655b0a1261340f86897b6a
parent 3946e56c69bf80b0985167afe77498181266942a
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date:   Wed, 10 Sep 2025 00:34:31 +0800

fix header and index.md

Diffstat:
Mheader | 4++--
Mindex.md | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/header b/header @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<title>Emmett1's Space - @TITLE@</title> +<title>@TITLE@ - Emmett1's Space</title> <link rel="icon" href="assets/pixelfox.png" type="image/png"> <style> body { @@ -69,5 +69,5 @@ <body> <div class="centered-wrapper"> <h1>@TITLE@</h1> -<a href="/">home</a> / <a href="/posts">posts</a> / <a href="/links.html">links</a> / <a href="https://codeberg.org/emmett1">codeberg</a> / <a href="https://github.com/emmett1">github</a> / <a href="/pub">pub</a> +<a href="/">home</a> / <a href="/posts">posts</a> / <a href="/links.html">links</a> / <a href="https://git.emmett1.my">git</a> / <a href="/pub">pub</a> <hr> diff --git a/index.md b/index.md @@ -9,7 +9,7 @@ projects -------- - [https://krak3n.my](https://krak3n.my): a lightweight musl + clang + busybox linux distribution -- [https://alicelinux.emmett1.net](https://alicelinux.emmett1.net): a minimal musl + clang + libressl + busybox based linux distribution +- [https://alicelinux.emmett1.my](https://alicelinux.emmett1.my): a minimal musl + clang + libressl + busybox based linux distribution - [https://venomlinux.org](https://venomlinux.org): a lightweight sourcebased linux distribution - [https://codeberg.org/emmett1/spm](https://codeberg.org/emmett1/spm): a simple package manager - [https://codeberg.org/emmett1/crux-musl](https://codeberg.org/emmett1/crux-musl): CRUX but musl instead of glibc