Hello, world
This is the first thing we are writing here, so let's explain what this is for.
This blog is where we keep a record of how Empty Inbox gets made: the design decisions, the prototypes that went nowhere, and whatever we learn along the way.
What to expect
- Devlogs. What we did, why, and what went wrong.
- Design notes. Half-formed ideas, written down so we can argue about them.
- Announcements. Dates, builds, festivals. Only when there is something to say.
There is no fixed schedule. We post when something is worth posting.
How to write a post
Every post is a Markdown file in content/blog/en/. The filename is the URL:
content/blog/en/my-post.md → /en/blog/my-post
Front matter goes at the top:
---
title: "Post title"
date: 2026-02-01
excerpt: "One sentence that shows up in the blog index."
---
Then plain Markdown below it. That's the whole system.
Spanish posts live in
content/blog/es/. The two are independent, so you can translate only what you feel like translating.
