diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-25 16:38:26 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-25 16:38:26 +0100 |
commit | 1805cef767e8eac946e08efcb5a4c47811f01369 (patch) | |
tree | 57fcc001b130730edfe790eaff47f380c6f56561 /config.toml | |
parent | 342f179e97e4aa42dc971f5a714a92e581741898 (diff) |
added stream page and email address
Diffstat (limited to '')
-rw-r--r-- | config.toml | 10 |
1 files changed, 9 insertions, 1 deletions
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]] @@ -24,6 +24,14 @@ pygmentsUseClasses = true post = '| ' [[menu.main]] + identifier = "stream" + name = "Stream" + title = "Stream" + url = "/stream/" + weight = 20 + post = '| ' + + [[menu.main]] identifier = "about" name = "About" title = "about" |