config.toml: Add about section to header menu
This commit is contained in:
parent
fce12bfe18
commit
5491bfc964
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue