summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-18 20:43:58 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-18 20:43:58 +0100
commitbc66e6f72bd97e70e6ce751ae00778b9183eebb1 (patch)
tree2b6dbbb227db66195f41729e5ecf417f429ff3dc /config.toml
parentde9e3414ab89fc7acc55fe26047e86bffc916c8a (diff)
update
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml9
1 files changed, 8 insertions, 1 deletions
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]]
@@ -30,6 +30,13 @@ pygmentsUseClasses = true
weight = 20
[[menu.main]]
+ identifier = "reading"
+ name = "reading"
+ title = "Reading"
+ url = "/reading/"
+ weight = 20
+
+ [[menu.main]]
identifier = "tags"
name = "tags"
title = "Tags"