about summary refs log tree commit diff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index ace03c8..47f85f4 100644
--- a/config.toml
+++ b/config.toml
@@ -16,9 +16,23 @@ enableGitInfo = false
 
 [permalinks]
   blog = "/blog/:slug/"
+  notes = "/notes/:slug/"
   tags = "/tags/:slug/"
 
 [menu]
+  [[menu.main]]
+    identifier = "blog"
+    name = "blog"
+    title = "~/blog"
+    url = "/blog/"
+    weight = 110
+
+  [[menu.main]]
+    identifier = "notes"
+    name = "notes"
+    title = "~/notes"
+    url = "/notes/"
+    weight = 120
 
 [markup]
   [markup.highlight]