config.toml: Add about section to header menu

This commit is contained in:
David Thurstenson 2021-10-05 22:17:09 -05:00
parent fce12bfe18
commit 5491bfc964
1 changed files with 7 additions and 2 deletions

View File

@ -19,16 +19,21 @@ mode = "dark-mode"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
identifier = "windex"
name = "Wiki Index"
url = "/"
weight = 1
weight = 2
[[menu.main]]
identifier = "git"
name = "git repos"
url = "https://git.thurstylark.com"
weight = 2
weight = 3
[taxonomies]
category = "categories"