My website
Go to file
2024-09-29 21:56:24 +03:00
.gitea/workflows ci: attempt fix archive dir 2024-09-26 23:26:12 +03:00
.vscode feat: le guestbook has been added 2024-08-22 23:54:03 +03:00
guestbook fix: fetching entry is actually correct now 2024-08-24 21:06:55 +03:00
src feat: mark more urls as u-url so they appear in h-card 2024-09-29 21:56:24 +03:00
static feat: add image :3 2024-09-26 00:36:54 +03:00
.envrc build: add direnv 2024-09-15 00:03:25 +09:00
.gitattributes feat: add japan trip images 2024-09-19 01:16:53 +03:00
.gitignore build: add direnv 2024-09-15 00:03:25 +09:00
.npmrc feat: omg everything is here! 2024-08-15 00:43:18 +03:00
.prettierignore chore: init svelte project 2024-07-11 15:51:49 +03:00
.prettierrc chore: init svelte project 2024-07-11 15:51:49 +03:00
bun.lockb feat: add japan trip images 2024-09-19 01:16:53 +03:00
eslint.config.js chore: init svelte project 2024-07-11 15:51:49 +03:00
flake.lock build: update deps 2024-08-24 02:46:41 +03:00
flake.nix build: fix flake package 2024-09-19 03:28:19 +03:00
LICENSE Change LICENSE to MIT 2020-10-02 15:16:31 +00:00
package.json feat: add japan trip images 2024-09-19 01:16:53 +03:00
postcss.config.js feat: get basic version posts index etc working 2024-08-08 03:33:36 +03:00
README.md feat: add indielogin login 2024-09-24 00:49:25 +03:00
svelte.config.js feat: allow post requests 2024-08-23 18:24:02 +03:00
tailwind.config.js feat: le guestbook has been added 2024-08-22 23:54:03 +03:00
tsconfig.json feat: add rss feed 2024-09-19 15:46:31 +03:00
vite.config.ts feat: add japan trip images 2024-09-19 01:16:53 +03:00

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.
  • 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