From bc66e6f72bd97e70e6ce751ae00778b9183eebb1 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 18 Jul 2022 20:43:58 +0100 Subject: update --- config.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index ae51356..0f877ac 100644 --- a/config.toml +++ b/config.toml @@ -12,7 +12,7 @@ pygmentsUseClasses = true dark = "off" highlight = true custom_css = ["css/style.css"] - mainSections = ['blog', 'about'] + mainSections = ['blog', 'about', 'reading'] [menu] [[menu.main]] @@ -29,6 +29,13 @@ pygmentsUseClasses = true url = "/about/" weight = 20 + [[menu.main]] + identifier = "reading" + name = "reading" + title = "Reading" + url = "/reading/" + weight = 20 + [[menu.main]] identifier = "tags" name = "tags" -- cgit v1.2.3