lefel

Hello, world

This blog was born out of a DNS headache — and the urge to have a place of my own to write about software engineering, game design and digital product.

The setup is deliberately simple: markdown in a repository, Astro generating static HTML, Cloudflare Pages serving it for free. No database, no server, no certificate silently expiring.

const stack = ['astro', 'cloudflare pages', 'markdown'] as const;

See you in the next post.