January 8, 2026

Why Markdown for a personal blog

Plain files in git stay simple, portable, and easy to review.

Quick navigation

Overview

Markdown keeps the authoring surface tiny: one file per post, version-controlled with the rest of the portfolio.

BenefitNotes
PortabilityNot locked into a vendor’s editor or API
ReviewabilityDiffs read like prose
SpeedNo dashboard—just write and ship

When you outgrow this setup, you can migrate the same files into a CMS or static generator without rewriting every post.