diff --git a/config.toml b/config.toml index d17856c..8f64809 100644 --- a/config.toml +++ b/config.toml @@ -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"