Hello, world
Welcome — this is the first post on tomzehle.com.
I built this site as a small, fast home base on the web: a CV that’s always current, and a blog for the occasional longer thought that doesn’t fit anywhere else.
How it’s built
The site is intentionally boring, in the best way:
- Astro renders everything to plain static HTML — no JavaScript ships to your browser unless a page truly needs it.
- Posts are Markdown files in a git repository. Writing a new post means adding one file and pushing.
- Cloudflare Pages builds and hosts it.
There’s an RSS feed if you’d like to subscribe.
More soon.