diff options
Diffstat (limited to 'config.toml')
-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" |