April 18, 2026 / B♥
Building a File-Based Personal Site
Why a small personal site does not need a full CMS to feel maintainable.
April 18, 2026 / B♥
Why a small personal site does not need a full CMS to feel maintainable.
For a personal site, the simplest workflow is usually the best one.
If content lives in markdown files, the editing model is easy to understand:
That keeps the content versioned alongside the code and avoids introducing a second system just to publish a few projects or posts.
It also makes it easier to refactor the front end later, because the content stays portable.