Hello, world
2026-08-07
This is the first post on this blog. It's a small static site that lives on my VPS — posts are plain Markdown files, and a tiny Python script builds them into HTML.
How publishing works
- Write a
.mdfile inposts/with a bit of frontmatter (title, date, tags). - Run the build script.
- It's live.
No CMS, no database, no build pipeline beyond one script. I'll write about software, side projects, and the venture I'm exploring. More soon.