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]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1
[[menu.main]] [[menu.main]]
identifier = "windex" identifier = "windex"
name = "Wiki Index" name = "Wiki Index"
url = "/" url = "/"
weight = 1 weight = 2
[[menu.main]] [[menu.main]]
identifier = "git" identifier = "git"
name = "git repos" name = "git repos"
url = "https://git.thurstylark.com" url = "https://git.thurstylark.com"
weight = 2 weight = 3
[taxonomies] [taxonomies]
category = "categories" category = "categories"