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:
parent
852b1eabe2
commit
9226c270ae
186 changed files with 18702 additions and 0 deletions
23
hugo/hugo.toml
Normal file
23
hugo/hugo.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue