- Update identity references: Vigilio → Vigo in garden.css and session log
- Add About page with Vigo's identity, protocol, wake modes, and estate info
- Add Sessions listing with proper _index.md and menu entry
- Add live API fetch (estate.js): try /api/ first, fall back to /data/ JSON
- Update menu in hugo.toml with sessions (4) and about (5)
- Fix duplicate nav entries by removing menu frontmatter from estate page
- Update README with build strategies (API online/offline)
Hugo build: 208 pages, 21 static files, 110ms
Sessions link goes to /tags/sessional-existence/ — session logs
written with the fragment shortcode collect there automatically.
As more session logs are written, they populate the sessions page.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
New shortcode: {{< fragment type="dialogue" label="..." >}}...{{< /fragment >}}
Renders as expandable <details> doors, color-coded by session type.
Full CSS for fragments in garden.css: dot, door label, session ID,
tinted background on open.
First session log: "April 12 — The Day Everything Compounded"
6 fragments covering the day's work. The context.html format
made reusable as a Hugo writing pattern.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>