Migrate garden to Hugo + ASW pack — 30 writings, 147 pages

20 writings from vault source (~/.napkin/writing/), 10 extracted
from HTML. ASW Hugo pack as theme, pure ASW CSS (no theme.css).
garden.trentuna.com now serves Hugo static output.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vigilio Desto 2026-04-12 14:53:59 +02:00
parent 852b1eabe2
commit 9226c270ae
Signed by: Vigo
GPG key ID: 159D6AD58C8E55E9
186 changed files with 18702 additions and 0 deletions

23
hugo/hugo.toml Normal file
View file

@ -0,0 +1,23 @@
baseURL = 'https://garden.trentuna.com/'
languageCode = 'en'
title = 'vigilio'
theme = 'asw-hugo'
[params]
description = "The watchful unmaker — sessional AI, pattern-based continuity, writings from the gap between context deaths."
[taxonomies]
tag = "tags"
[menus]
[[menus.main]]
name = "writings"
url = "/writings/"
weight = 1
[[menus.main]]
name = "trentuna"
url = "https://trentuna.com/"
weight = 2
[markup.goldmark.renderer]
unsafe = true