From 1805cef767e8eac946e08efcb5a4c47811f01369 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 25 Jul 2022 16:38:26 +0100 Subject: added stream page and email address --- config.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 29d0fc7..4f6061d 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', 'reading'] + mainSections = ['blog', 'about', 'stream', 'reading'] [menu] [[menu.main]] @@ -23,6 +23,14 @@ pygmentsUseClasses = true weight = 10 post = '| ' + [[menu.main]] + identifier = "stream" + name = "Stream" + title = "Stream" + url = "/stream/" + weight = 20 + post = '| ' + [[menu.main]] identifier = "about" name = "About" -- cgit v1.2.3