●
Digital Garden
419
2026-07-24
note
♋︎
♊︎
A digital garden is a website that grows in public instead of publishing in the finished, dated-post format of a blog. Entries get revised in place, start rough and get filled in over time, and are organized by association rather than chronology. This site is one, in the same family as the older commonplace bookLong before "digital garden" was a term, readers kept commonplace books: bound notebooks of quotations, observations, and excerpts copied out by hand, organized under personal headings so they could be found again later. John Locke published an indexing method for… tradition and the note-linking discipline of a ZettelkastenNiklas Luhmann kept a slip-box of roughly 90,000 index cards over his working life, each one a single idea, each one cross-referenced to others by hand-written note numbers. He credited it, half-jokingly, with most of his output as a sociologist.….
Gardens link inward to their own other entries. Every dead link is an invitation to plant something new.
See Static Site GeneratorsA static site generator takes markdown and templates and compiles them into plain HTML files with no server-side code and no database. For a digital garden that's meant to be worked on continuously, the boring reliability is a great asset.… for why 11ty specifically, and Stub PagesA problem that wiki-linked digital garden run into is figuring out what happens when you reference a note that doesn't exist on disk yet. A traditional website would 404. This site turns it into a stub instead. A stub is… for the mechanism that keeps the garden's edges from ever going dead.
None of this works without good hygiene. Keep entries atomicOne idea per note, self-contained enough to survive being read outside the context it was written in. Luhmann's slip-box already worked this way, but the zettelkasten method frames atomicity as a discipline more than a rule, a compass rather than… and titled sharply, per Evergreen Note TitlesAndy Matuschak argues that evergreen note titles work like an API: a well-factored, well-titled note lets you reference its entire argument through the title alone, the same way a function signature lets you use code without re-reading its body. Separation…, and once a cluster gets big enough, build a map of contentA map of content is a note that's mostly links, a curated index into a cluster of atomic notes on one topic, sitting alongside folders and tags rather than replacing them. Automatic groupings can't make judgment calls the way a… rather than a folder.