My website
dusk
64f2864617
this makes it so that the user cant trigger a reset of the animation by just placing the cursor at the bottom and the button going out of the cursors area |
||
---|---|---|
.gitea/workflows | ||
.vscode | ||
guestbook | ||
src | ||
static | ||
.envrc | ||
.gitattributes | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
bun.lockb | ||
eslint.config.js | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
README.md | ||
svelte.config.js | ||
tailwind.config.js | ||
tsconfig.json | ||
vite.config.ts |
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