asw/site/layouts
Vigilio Desto defcb22cc4
Fix Hugo build: nav.html used invalid hugo.Data syntax, fix deploy.sh path
nav.html: hugo.Data.nav.items → .Site.Data.nav.items (hugo.Data is not
a valid accessor for data files in any Hugo version).

deploy.sh: run hugo from site/ subdir, output to public/ at repo root
where nginx expects it. Use /usr/local/bin/hugo (v0.147.4) explicitly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 13:54:34 +02:00
..
_default feat: oklch color system, hamburger nav, theme toggle, footer, CSS fixes 2026-04-11 20:43:56 +02:00
console refactor: standardize all Hugo templates — consistent landmark structure 2026-04-11 18:37:47 +02:00
docs feat: oklch color system, hamburger nav, theme toggle, footer, CSS fixes 2026-04-11 20:43:56 +02:00
essay feat: oklch color system, hamburger nav, theme toggle, footer, CSS fixes 2026-04-11 20:43:56 +02:00
layouts refactor: standardize all Hugo templates — consistent landmark structure 2026-04-11 18:37:47 +02:00
notes refactor: standardize all Hugo templates — consistent landmark structure 2026-04-11 18:37:47 +02:00
page refactor: standardize all Hugo templates — consistent landmark structure 2026-04-11 18:37:47 +02:00
partials Fix Hugo build: nav.html used invalid hugo.Data syntax, fix deploy.sh path 2026-04-12 13:54:34 +02:00
shortcodes refactor: restructure repo into src/ site/ dist/ vendor/ packs/ 2026-04-11 15:12:42 +02:00
index.html fix: landing page layout — centered h2s, constrained width, data-landing 2026-04-11 21:29:20 +02:00