about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 368d702..e24f77a 100644
--- a/config.toml
+++ b/config.toml
@@ -13,6 +13,13 @@ layoutReverse = true
 [author]
     name = "Alan Pearce"
 
+[[menu.main]]
+    name = "Home"
+    URL = "/"
+[[menu.main]]
+    name = "Posts"
+    URL = "/post/"
+
 [Params.author.urls]
 Twitter = "https://twitter.com/alanpearceuk"
 Github = "https://github.com/alanpearce"