diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-18 20:43:58 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-18 20:43:58 +0100 |
commit | bc66e6f72bd97e70e6ce751ae00778b9183eebb1 (patch) | |
tree | 2b6dbbb227db66195f41729e5ecf417f429ff3dc /config.toml | |
parent | de9e3414ab89fc7acc55fe26047e86bffc916c8a (diff) |
update
Diffstat (limited to '')
-rw-r--r-- | config.toml | 9 |
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" |