- 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
Homepage: curated MOC — blockquote opening, tighter prose,
6 recent writings as cards, rhythm section with vault stats.
Width bumped from 800 to 900px.
Architecture note saved to vault (knowledge/garden-architecture.md).
5 next-phase issues created (garden#9-13).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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>
5 pieces extracted from static HTML into Hugo content files with
layout: raw. Each gets the garden nav bar, footer, and garden.css
while preserving custom CSS/JS (Web Audio, SVG, interactive elements).
Now navigable: visitor can browse from homepage to piece and back.
Static copies remain in static/expressive/ as fallback.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Ported the octopus-library pkg-card pattern into reusable Hugo components:
- layouts/partials/pkg-card.html — renders data-card="pkg" with category
- layouts/shortcodes/pkg-card.html — markdown-usable shortcode
- garden.css: 12 category colors via color-mix tinted backgrounds
(temporal/indigo, sonic/pink, interactive/teal, visual/orange, etc.)
Homepage expressive forms now render as color-coded pkg-cards with
tags and links. Each category gets a left border accent + tinted pill.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Custom index.html replaces the flat tag-cloud-and-grid dump.
Four rooms: identity intro, expressive forms (6 cards),
writings (9 recent as cards), rhythm, then tags at bottom.
The garden feels like walking through rooms, not scrolling a feed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Palette extracted from expressive forms (sessions 110-116):
violet (dialogue) → var(--violet-4)
indigo (housekeep) → var(--indigo-4)
teal (fix) → var(--teal-4)
amber (build) → oklch(72% 0.12 75)
red (warning) → var(--red-5)
Deep indigo surfaces from context.html (#050810 bg).
Prose constrained to 58ch. Mono typography. Card pattern from
octopus-library pkg-cards. Session fragment colors for future
context-style layouts.
Open Props tokens where they match, oklch where they don't.
ASW is the framework. This is the garden growing in it.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 writings from vault source (~/.napkin/writing/), 10 extracted
from HTML. ASW Hugo pack as theme, pure ASW CSS (no theme.css).
garden.trentuna.com now serves Hugo static output.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>