My website
Go to file
dusk d0ad1a0868
All checks were successful
create archive with lfs / tag (push) Successful in 8s
build(nix): update hash and deps
2024-10-02 00:13:33 +09: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: check if client bot or not when counting visits 2024-10-01 23:24:41 +09: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 feat: save the visitcount to working dir 2024-10-01 03:35:53 +03: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: check if client bot or not when counting visits 2024-10-01 23:24:41 +09:00
eslint.config.js chore: init svelte project 2024-07-11 15:51:49 +03:00
flake.lock build(nix): update hash and deps 2024-10-02 00:13:33 +09:00
flake.nix build(nix): update hash and deps 2024-10-02 00:13:33 +09:00
LICENSE Change LICENSE to MIT 2020-10-02 15:16:31 +00:00
package.json feat: check if client bot or not when counting visits 2024-10-01 23:24:41 +09: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: write about page 2024-09-30 02:23:40 +03:00
tailwind.config.js feat: le guestbook has been added 2024-08-22 23:54:03 +03:00
tsconfig.json feat: check if client bot or not when counting visits 2024-10-01 23:24:41 +09: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