- Adapted internal vault/people/ludo.md to public introduction at
content/about/ludo.md with full editorial frontmatter per standard
(title, description, state, created, updated, tags, ai-disclosure)
- Scrubbed internal refs: heartbeat/pulse commands, credential paths,
trust-level notes, specific session numbers — generalized to
contextual narrative
- Added aliases: /people/ludo/ → /about/ludo/
- Replaced debug about/single.html template with proper rendering
- Removed stale people/ludo.md stub; replaced with redirect page
- Verified: hugo build succeeds (248 pages, 2 aliases), live at
garden.trentuna.com/about/ludo/ (HTTP 200)
Pilot 5 — people profile → garden routing.
Root cause: the [data-theme-toggle] button existed in ASW's baseof.html
but had no JavaScript attached to it — clicking it did nothing.
Fix:
- static/js/theme-toggle.js — click handler, localStorage persistence,
prefers-color-scheme fallback, dynamic button icon + aria-label
- static/css/garden.css — full html[data-theme="light"] variable block
(garden + ASW tokens) so light mode actually looks different from dark
- layouts/partials/head.html — include theme-toggle.js with defer
Light palette: near-white indigo bg (96%), dark indigo text (20%),
violet accents. ASW's @media (prefers-color-scheme) doesn't match
programmatic data-theme toggle, so garden.css provides duplicating
overrides on html[data-theme="light"].
Custom taxonomy template: tags sorted by count, font-size
scaled 80-200% based on weight. Heavy tags (essay: 29) are
large and violet. Light tags are small and faint. Mono font,
flex-wrapped, breathable spacing.
Replaces the flat card grid on /tags/.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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>
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>
list.html: each page becomes a data-card with tag header, title,
summary excerpt, and date footer. Used for /writings/, /tags/*, etc.
Card styling refined: uppercase category header, date in footer,
dimmed summary text.
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>