Face: Complete Hugo migration to ASW Hugo pack.
- Promoted hugo/ contents to root (config.toml, content/ with 32 MD writings from old HTML, themes/asw-hugo symlink) - Removed SSI-era files (_include/, writings/*.html, index.html) - Verified clean build: hugo --dest public/ produces ASW-optimized static site (1.7M, tag clouds, theme toggle) - Site ready at public/index.html Next: Update nginx config for garden.trentuna.com to serve static public/ (replace SSI proxy on 8045). Signed-off-by: Templeton Peck <face@a-team.dev>
This commit is contained in:
parent
9226c270ae
commit
09747276a3
184 changed files with 2695 additions and 10459 deletions
23
hugo.toml
Normal file
23
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