From a3525f1fa450e77058e67bb24f12cb4299c45ddc Mon Sep 17 00:00:00 2001 From: dusk Date: Mon, 16 Dec 2024 15:46:00 +0300 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4542dd..6830e26 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ 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. +- the guestbook backend is written in scala (why? i felt like it), 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: -- don't use tags starting with h- in root layout or page, this causes hcard parsers to trip up \ No newline at end of file +- don't use tags starting with h- (same goes for p-) in root layout or page, this causes hcard parsers to trip up \ No newline at end of file