47 lines
907 B
TOML
47 lines
907 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 = "api-docs"
|
|
url = "/api-docs/"
|
|
weight = 7
|
|
[[menus.main]]
|
|
name = "trentuna"
|
|
url = "https://trentuna.com/"
|
|
weight = 8
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|