This site was originally built using kapsule. and a few other pieces, which turned into a custom SSG called kamp. It served well for a while, but making the static snapshot logic keep up with every single change just wasn't practical long-term. It got archived and open-sourced under AGPLv3.

Now the site runs on SvelteKit. Most of the HTML is literally copy-pasted from previous Kamp iterations. A new color scheme, fonts, and a few design changes for components are the main differences; other than that, it's mostly the same thing.

Site License

Unless otherwise stated, all written content on the blog is licensed under CC BY-NC 4.0. You can share and adapt the material, provided you give appropriate credit.

Art & Assets

Secretary bird artwork, which is used for the favicon and Open Graph images, is by Maxime Budar (used under CC BY 4.0). Check out his ArtStation for more amazing artworks.

Typography

Color Scheme

dark
--background: #0A0A0A;
--codeblock-bg: #1A1A1A;
--color-heading: #FFFFFF;
--color-accent: #FFB38A;
--color-text: #FFFFFF;
--color-text-secondary: #D4D4D4;
--color-text-muted: #A3A3A3;
--color-border: #333333;
--color-surface: #1A1A1A;
--color-heading-on: #0A0A0A;
content_copy
light
--background: #FFFFFF;
--codeblock-bg: #F0F0F0;
--color-heading: #0A0A0A;
--color-accent: #852A00;
--color-text: #0A0A0A;
--color-text-secondary: #333333;
--color-text-muted: #595959;
--color-border: #CCCCCC;
--color-surface: #FFFFFF;
--color-heading-on: #FFFFFF;
content_copy