06×

Changelog

What changed here, most recent first.

Short entries, newest first. A collection this small can afford to remember everything.

August 2026 — Pages

A third kind of file. feed and story are both read a screen at a time; some things are neither, so kind: page renders markdown as a document you scroll.

  1. Frontmatter is now the same in every file — slug, kind, title, description.

  2. <head> is built from that frontmatter alone, rather than from whatever the body happened to start with.

  3. One markdown pipeline serves every screen, with each screen deciding only what its own headings and paragraphs look like.

July 2026 — The home file is the page

The landing screen stopped being a fixed frame with values poured into it. content/home.mdx is rendered node for node, so a second <Eyebrow> is a second eyebrow and moving a paragraph in the file moves it on screen. Tags take a className, and the class written in the file wins.

June 2026 — A desktop to put a phone in

One breakpoint. The grid splits into two columns, a story parks its cover on the left and reads on the right, and a feed keeps its proportions in the middle of the room. Nothing stretches.

May 2026 — First four rooms

The Studio and The Archive as feeds, Field Notes and About as stories — and the tile-to-page transition that ties them together.