Commit graph

19 commits

Author SHA1 Message Date
f8821c226d
Switch to pre-built CSS pipeline: postcss before Hugo, no pipe subprocess 2026-04-10 17:52:03 +02:00
e8f5e78881
test: bash no login shell 2026-04-10 17:51:24 +02:00
18ddd0d7ea
test: webhook env fix for HOME 2026-04-10 17:50:13 +02:00
520a310219
fix: deploy lock, cleanup test commits 2026-04-10 17:49:26 +02:00
b2b5fefe1c
readable HTML: drop --minify from deploy (CSS still minified via PostCSS) 2026-04-10 17:48:39 +02:00
21d5e7fecb
test: final push-to-render verification 2026-04-10 17:47:07 +02:00
26aac3d27d
test: clean push to verify webhook 2026-04-10 17:45:24 +02:00
1bec998296
Remove test artifact from dorveille content 2026-04-10 17:44:30 +02:00
21e5823e98
test: webhook rebuild with env fix 2026-04-10 17:43:36 +02:00
9818749780
test: end-to-end webhook rebuild test 2026-04-10 17:41:26 +02:00
7e02901597
Wave 2: content fixes, deploy pipeline, layout refinements
- dorveille.md: add ai-model/ai-provider frontmatter, restore mark tags
- hugo.toml: goldmark.renderer.unsafe=true (mark/abbr support)
- layouts: extract nav partial, fix JSON-LD, simplify list/index
- deploy.sh: push-to-render build script (webhook-receiver triggers it)
- render-footnotes.html: class-free footnote hook (staged for Hugo upgrade)
2026-04-10 17:41:21 +02:00
d0c6075b0f
test: webhook with ALLOWED_HOST_LIST fix 2026-04-10 17:40:51 +02:00
288b617fc8
test: end-to-end push-to-render via webhook 2026-04-10 17:39:35 +02:00
433c216fb1
test: e2e webhook trigger 2026-04-10 17:37:53 +02:00
33d8b2c0ed
chore: wire push-to-render pipeline 2026-04-10 17:36:42 +02:00
f3795628ae
test: verify push-to-render hook 2026-04-10 17:27:17 +02:00
4a7700c74f
Fix duplicate title on index page, update hook 2026-04-10 17:25:18 +02:00
880a17f33a
Add dorveille article and full Hugo site scaffold
- content/dorveille.md: 'On the Craft of Invisible Systems'
- assets/css/: ASW layer system (00-reset through 09-landing + Open Props)
- layouts/: baseof, single, list, index — semantic HTML, no classes
- hugo.toml: baseURL asw.trentuna.com, PostCSS + minify pipeline
- package.json: postcss-import, postcss-custom-media, cssnano
- .gitignore: excludes public/, node_modules, build artifacts

Site builds to public/ via hugo --minify. nginx serves public/ statically.
2026-04-10 17:23:51 +02:00
a899f13ae6 Initial commit 2026-04-10 14:57:18 +00:00