From 65547c56d0b81371cadb7bf799b4ab863b5f0a4e Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 18 Jul 2022 08:57:48 +0100 Subject: taxonomies amongst other stuff --- config.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 9b382b6..ae51356 100644 --- a/config.toml +++ b/config.toml @@ -12,6 +12,7 @@ pygmentsUseClasses = true dark = "off" highlight = true custom_css = ["css/style.css"] + mainSections = ['blog', 'about'] [menu] [[menu.main]] @@ -28,6 +29,20 @@ pygmentsUseClasses = true url = "/about/" weight = 20 + [[menu.main]] + identifier = "tags" + name = "tags" + title = "Tags" + url = "/tags/" + weight = 20 + + [[menu.main]] + identifier = "categories" + name = "categories" + title = "Categories" + url = "/categories/" + weight = 20 + [permalinks] posts = "/:title/" -- cgit v1.2.3