diff --git a/config.toml b/config.toml index b984493..6c31e87 100644 --- a/config.toml +++ b/config.toml @@ -27,12 +27,19 @@ pygmentsUseClasses = true url = "/blogroll/" weight = 20 + [[menu.main]] + identifier = "Docs" + name = "docs" + title = "docs" + url = "/docs/" + weight = 30 + [[menu.main]] identifier = "about" name = "about" title = "about" url = "/about/" - weight = 30 + weight = 40 [permalinks] posts = "/:title/"