staccato-hugo 2026-02-01
Analytics simplification, provenance badge update, TOC and dirlist style improvements
9 files · 159+ · 95-

Analytics partial simplification

1 file changed
  • analytics.html Analytics partial rewritten with fewer calls and cleaner markup
  • Analytics partial rewritten to reduce noise: fewer individual tracking calls, cleaner conditional logic. Same coverage, less markup. streamline behavioral
    1 file
    • analytics.html

Provenance badge and TOC styling

3 files changed
  • provenance-badge.html Provenance badge partial updated with new layout
  • provenance.css New provenance component styles
  • toc.css TOC CSS expanded: spacing, hierarchy, active state
  • Provenance badge layout updated. TOC CSS expanded significantly (105-line addition): better vertical spacing, hierarchy indentation, active-section highlighting, and scrollspy styling. Provenance CSS component added. instantiate behavioral
    2 files
    • provenance-badge.html
    • toc.css

Single-page mood support

2 files changed
  • main.ts Mood parameter support for single page effect theming
  • single.html Passes mood front matter to main.ts
  • Single pages can specify a mood in front matter which is passed to main.ts to influence effect color palette or behavior. Extends the per-page customization surface. instantiate behavioral
    1 file
    • main.ts