Publication

10 pages filed under Decisions › publication. A decision is a choice made for the project, with its context, its options and what it affects.

Date: 2026-09-12
Sort: Links
DecisionDateFirst lineLinks
Paginated mentions2026-09-12The first twenty mentions of an entity are in the served HTML; the rest loads from a JSON fragment specific to that entity. Never a global index.
Fonts from a third-party host2026-09-12The first draft of the theme named its font families by loading them from a public font host, as most static sites do: one stylesheet link, no file to ship. Superseded by self-hosted fonts: a page that fetches a font from another host does not work from the disk, leaks the address of every reader to that host, and contradicts the rule that the site emits no request the project did not choose.
Static first2026-09-12The build is a pipeline command that produces a static site. The main content of every page is in the served HTML, the site works over file://, and fragments load on demand from JSON files. An optional service will consume the same model later; nothing in the site depends on it.

3 publication of 3 — pagination by twenty. The Links column counts the related pages, which brings the most central publication of the journey to the top.