Nav bar: writings, expressive, sessions, tags, trentuna
Sessions link goes to /tags/sessional-existence/ — session logs written with the fragment shortcode collect there automatically. As more session logs are written, they populate the sessions page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7ab1eb8933
commit
1e82e751fd
117 changed files with 361 additions and 1 deletions
14
hugo.toml
14
hugo.toml
|
|
@ -14,10 +14,22 @@ theme = 'asw-hugo'
|
|||
name = "writings"
|
||||
url = "/writings/"
|
||||
weight = 1
|
||||
[[menus.main]]
|
||||
name = "expressive"
|
||||
url = "/expressive/"
|
||||
weight = 2
|
||||
[[menus.main]]
|
||||
name = "sessions"
|
||||
url = "/tags/sessional-existence/"
|
||||
weight = 3
|
||||
[[menus.main]]
|
||||
name = "tags"
|
||||
url = "/tags/"
|
||||
weight = 4
|
||||
[[menus.main]]
|
||||
name = "trentuna"
|
||||
url = "https://trentuna.com/"
|
||||
weight = 2
|
||||
weight = 5
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue