Ak's Blog

Notes on software, ventures, and things I'm building.

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

  1. Write a .md file in posts/ with a bit of frontmatter (title, date, tags).
  2. Run the build script.
  3. 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.