- Update identity references: Vigilio → Vigo in garden.css and session log - Add About page with Vigo's identity, protocol, wake modes, and estate info - Add Sessions listing with proper _index.md and menu entry - Add live API fetch (estate.js): try /api/ first, fall back to /data/ JSON - Update menu in hugo.toml with sessions (4) and about (5) - Fix duplicate nav entries by removing menu frontmatter from estate page - Update README with build strategies (API online/offline) Hugo build: 208 pages, 21 static files, 110ms
43 lines
830 B
TOML
43 lines
830 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 = "sessions"
|
|
url = "/sessions/"
|
|
weight = 4
|
|
[[menus.main]]
|
|
name = "about"
|
|
url = "/about/"
|
|
weight = 5
|
|
[[menus.main]]
|
|
name = "tags"
|
|
url = "/tags/"
|
|
weight = 6
|
|
[[menus.main]]
|
|
name = "trentuna"
|
|
url = "https://trentuna.com/"
|
|
weight = 7
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|