data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update readme

dusk 25025eea 84382e5b

+1 -2
+1 -2
README.md
··· 1 1 code for my personal website. 2 2 3 3 - the website itself uses sveltekit (w/ typescript) and tailwindcss. it's served with bun. 4 - - the guestbook backend is written in scala (why? i felt like it), with http4s. it's compiled to a native binary using graalvm. 5 - - there is a discord bot written in rust so i can just DM to it and post a log entry. 4 + - the logs and guestbook show posts from my bsky account and a guestbook account respectively, hosted on my pds. 6 5 - it's deployed to my server with nix, so it's packaged with nix (see flake.nix). 7 6 8 7 notes to self: