Hello from fossdot.in

This site started as a single hand-written HTML file. It still feels that way to read, but underneath it's now a Zola project — so I can write posts in Markdown instead of hand-rolling each page.

Why Zola

A few things made it the obvious pick:

How posts work

Each post is a Markdown file under content/blog/ with a little front matter:

+++
title = "Hello from fossdot.in"
description = "The site has a blog now"
date = 2026-06-27
+++

Push to main, and a GitHub Action builds the site and publishes it. That's it.

The best tools disappear. You think about the writing, not the build.

More soon.