summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml10
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"