summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-18 21:38:05 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-18 21:38:05 +0100
commit3a362ab91b53dac61c5337d15cab587a9331d11d (patch)
tree8e014dd7c3be57432cb0d9d58aa63af83cce6ed7 /config.toml
parentbc66e6f72bd97e70e6ce751ae00778b9183eebb1 (diff)
solved the pipe in the menu problem!
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml15
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/"