2024-09-21 22:13:59 +03:00
|
|
|
code for my personal website.
|
2024-07-11 15:51:49 +03:00
|
|
|
|
2024-09-21 22:13:59 +03:00
|
|
|
- the website itself uses sveltekit (w/ typescript) and tailwindcss. it's served with bun.
|
2025-02-07 08:05:07 +03:00
|
|
|
- the logs and guestbook show posts from my bsky account and a guestbook account respectively, hosted on my pds.
|
2024-09-24 00:49:25 +03:00
|
|
|
- it's deployed to my server with nix, so it's packaged with nix (see flake.nix).
|
|
|
|
|
|
|
|
notes to self:
|
|
|
|
|
2024-12-16 15:46:00 +03:00
|
|
|
- don't use tags starting with h- (same goes for p-) in root layout or page, this causes hcard parsers to trip up
|