How This Site Is Built

Tech-Stack

This website was built by myself using SvelteKit as a framework and Tailwind CSS for creating my custom styles. I decided to opt into pnpm to manage my NPM dependencies to greatly reduce install times. I'm a good web developer but by no means a designer, but I still like the way this website turned out.

CI/CD

Ofcourse no modern website can work without continous integration and deployments. I decided to use GitHub Actions to get the job done.

Hosting

The obvious solution for hosting this static webpage would be the cloud. But if I did that, I couldn't easly experiment with cool features like HTTP/3, TLS 1.3, a custom DMZ and all the problems that come with hosting a website yourself.

More details?

More details will follow once I get around to writing them 😅.