docs: update readme

This commit is contained in:
dusk 2024-11-01 16:20:58 +03:00
parent b92a335e50
commit aa871cb354
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -2,6 +2,7 @@ code for my personal website.
- the website itself uses sveltekit (w/ typescript) and tailwindcss. it's served with bun.
- the guestbook backend is written in scala, with http4s. it's compiled to a native binary using graalvm.
- there is a discord bot written in rust so i can just DM to it and post a log entry.
- it's deployed to my server with nix, so it's packaged with nix (see flake.nix).
notes to self: