aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2026-03-11 17:03:48 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2026-03-11 17:03:48 +0000
commit74c1f4a8593e4ade00eba778e015573bc7d898a4 (patch)
treef755b1ef824e778a71bb91177523518e63aa7521
parent72bb9aa847a22650bc98df0a5459a7378b884f8f (diff)
downloadalicelinux-74c1f4a8593e4ade00eba778e015573bc7d898a4.tar.gz
alicelinux-74c1f4a8593e4ade00eba778e015573bc7d898a4.zip
site updated
-rwxr-xr-xbuildsite.sh6
-rw-r--r--readme.md4
2 files changed, 5 insertions, 5 deletions
diff --git a/buildsite.sh b/buildsite.sh
index 425a147c..1a1e75e6 100755
--- a/buildsite.sh
+++ b/buildsite.sh
@@ -52,10 +52,10 @@ done
rm -f docs/index.md
if [ -d files ]; then
- cp -ra files public/assets
+ cp -ra files public/
fi
-echo alicelinux.emmett1.my > public/.domains
-echo alicelinux.org >> public/.domains
+echo alicelinux.org > public/.domains
+echo alicelinux.emmett1.my >> public/.domains
exit 0
diff --git a/readme.md b/readme.md
index b90802ab..dd601a96 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
-![alicelinux](assets/AliceLinux.png)
-![alicelinux](assets/grimshot-240524-234840.png)
+![alicelinux](files/AliceLinux.png)
+![alicelinux](files/grimshot-240524-234840.png)
**Alice Linux** is my personal daily driver minimal distro that used [Clang/LLVM](https://www.llvm.org/) as main C compiler, [musl](https://musl.libc.org/) as main standard libc library, [libressl](https://www.libressl.org) as main SSL/TLS and cryptographic libraries, [busybox](https://www.busybox.net/) as main core utilities, package manager written in POSIX shell script, [Wayland](https://wayland.freedesktop.org/) as the gui server and trying to be minimal, lightweight and usable as possible.