About
Obviously I wrote my own website
Unlike my other projects, this one is not open source. I cannot guarantee the quality of my code so I cannot in good conscience make it public. I can talk about the tech stack though!
I used Svelte and the SvelteKit framework. Following best practices for the web was my number one goal for this site, and Svelte comes with sensible defaults and compiles to very small bundle sizes. And SvelteKit provides easy to use routing.
Other things I wrote by hand:
- Favicon builder (uses Sharp to resize and optimize from 1 large size PNG)
- Embed card (
og:image) generator (uses Playwright and headless Chromium to render and capture each page)