nordhavn-site
The root of the nordhavn.info drafts tree — the site building itself the way the book says work
should be built. One crate, a runnable: the atlas compiler that takes published specification
trees — convene's stack and this site's own — and weaves them into the linked pages the site
serves, so a reader can navigate from where they are to the specification that stands behind it.
Everything under src/{data,projections} is generated from these drafts; the emitter that turns
the woven atlas into HTML files, the page templates, and the file walking are carried.
The recursion is deliberate: this tree is one of the stacks the binary publishes, so the atlas carries its own enabling specification, readable in the same shelves as convene's.
Members
- atlas →
atlas/—app.md— the atlas compiler binary. Entry.
Build
The workspace produces the atlas binary over its own data and projection drafts.