This site just got a full rebuild: Jekyll 4, a custom dark theme, and a GitHub Actions pipeline that deploys on every push.

Publishing a new post is now a two-step process:

vim _posts/2026-07-12-my-post.md
git push

The CI builds the site, validates internal links with html-proofer and ships it to GitHub Pages. More posts on Kubernetes, Terraform and observability coming soon.