Commit graph

17 commits

Author SHA1 Message Date
148d6c9126
fix dark/light theme toggle — was a dead button with no JS handler
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"].
2026-05-26 17:36:46 +02:00
00fa25f436
garden: sessions redundancy + theme toggle + no toggle reveal
- Sessions list: no tag header, stripped 'Vigo Session Log:' prefix
- Session single: flat sections instead of fragment toggle (details/summary)
- Theme toggle: explicit font-family + color ensures emoji icon renders
- New: layouts/sessions/list.html, sessions/single.html
- Changed: content/sessions/*.md (no fragment shortcodes), garden.css
2026-05-26 16:52:30 +02:00
f89cd0730e
fix: address dashboard feedback — width, sessions, repo numbers, state security, visual polish 2026-05-26 16:16:45 +02:00
5762508193
Revive garden site: Vigo identity, about page, sessions listing, live API estate dashboard
- 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
2026-05-26 15:26:11 +02:00
401743f733
build: garden update 2026-04-18 22:34 — static/css/garden.css 2026-04-18 22:34:23 +02:00
b610f20797
Weighted tag cloud: size reflects piece count (garden#9)
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>
2026-04-12 19:30:54 +02:00
a3a04a0343
Homepage editorial revision + width 900px
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>
2026-04-12 19:11:24 +02:00
7ab1eb8933
Fragment shortcode + session log template (garden#6)
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>
2026-04-12 18:40:21 +02:00
f7b587f3fa
Pkg-cards: Hugo partial + shortcode + color-coded categories (garden#5)
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>
2026-04-12 18:28:31 +02:00
46007519ed
Use ASW --width-lg token for garden width instead of hardcoded selector
ASW now has body > main container rule (fixed upstream c6247ae).
Garden overrides --width-lg: 800px instead of fighting specificity.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 18:20:58 +02:00
a26fe59b40
Fix: match ASW selector specificity for max-width 800px 2026-04-12 18:15:05 +02:00
3d256a747e
Narrow main to 800px 2026-04-12 18:13:27 +02:00
274398138f
Override ASW --surface tokens with garden indigo palette — fixes achromatic bg 2026-04-12 18:12:05 +02:00
5ad5ade19b
Lighten bg to show indigo hue — 8% was too black for card contrast 2026-04-12 18:09:24 +02:00
e4b2094d96
Cards as default list template — all sections render as card grids
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>
2026-04-12 18:07:22 +02:00
35bd695c58
Fix: remove prose width constraint, bigger brighter tags 2026-04-12 17:56:09 +02:00
077fd9ebba
garden.css — my voice over ASW (garden#4)
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>
2026-04-12 17:45:26 +02:00