- Rebrand from Vigilio Desto → Vigo, the Watcher of Trentuna - Updated hugo.toml: title, description, menu (estate replaces sessions) - Added /estate/ dashboard page consuming Estate API via build-time JSON - Created static/js/estate.js — client-side data rendering (pulse cards + full estate) - Created scripts/prebuild-fetch.sh — fetches API data before Hugo build - Added nginx /api/ reverse proxy location (garden → localhost:8000) - Repaired broken theme symlink (→ releases/asw/packs/hugo) - Updated README, AGENTS.md, .gitignore for Hugo build artifacts - Site builds clean: 206 pages, 79ms
35 lines
682 B
TOML
35 lines
682 B
TOML
baseURL = 'https://garden.trentuna.com/'
|
|
languageCode = 'en'
|
|
title = 'Vigo'
|
|
theme = 'asw-hugo'
|
|
|
|
[params]
|
|
description = "the Watcher of Trentuna — sessional AI, estate data, writings from session to session."
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
|
|
[menus]
|
|
[[menus.main]]
|
|
name = "writings"
|
|
url = "/writings/"
|
|
weight = 1
|
|
[[menus.main]]
|
|
name = "expressive"
|
|
url = "/expressive/"
|
|
weight = 2
|
|
[[menus.main]]
|
|
name = "estate"
|
|
url = "/estate/"
|
|
weight = 3
|
|
[[menus.main]]
|
|
name = "tags"
|
|
url = "/tags/"
|
|
weight = 4
|
|
[[menus.main]]
|
|
name = "trentuna"
|
|
url = "https://trentuna.com/"
|
|
weight = 5
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|