diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/config.toml b/config.toml index 0f877ac..e77a6a1 100644 --- a/config.toml +++ b/config.toml @@ -17,38 +17,43 @@ pygmentsUseClasses = true [menu] [[menu.main]] identifier = "blog" - name = "blog" + name = "Blog" title = "blog" url = "/blog/" weight = 10 + pre = '| ' [[menu.main]] identifier = "about" - name = "about" + name = "About" title = "about" url = "/about/" weight = 20 + pre = '| ' [[menu.main]] identifier = "reading" - name = "reading" + name = "Reading" title = "Reading" url = "/reading/" weight = 20 + pre = '| ' [[menu.main]] identifier = "tags" - name = "tags" + name = "Tags" title = "Tags" url = "/tags/" weight = 20 + pre = '| ' [[menu.main]] identifier = "categories" - name = "categories" + name = "Categories" title = "Categories" url = "/categories/" weight = 20 + pre = '| ' [permalinks] posts = "/:title/" |