From f8532946bef55ac8d8268a87668615e5c9a26860 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 28 Dec 2020 21:27:26 +0100 Subject: [PATCH] Configuration update --- config.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index fae9508..2344eaf 100644 --- a/config.toml +++ b/config.toml @@ -19,7 +19,7 @@ enableRobotsTXT = true [permalinks] blog = "/:year/:month/:title/" post = "/:year/:month/:title/" - categories = "/category/:slug/" + categories = "/categories/:slug/" tag = "/tag/:slug/" [menu] @@ -40,6 +40,17 @@ enableRobotsTXT = true weight = 3 url = "/projects/" +[[menu.main]] + name = "Categories" + weight = 4 + url = "/categories/" + +[[menu.main]] + name = "Tags" + weight = 5 + url = "/tags/" + + [params] favicon = "" site_logo = ""