summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2017-05-06 17:37:33 +0200
committerAlan Pearce2025-03-16 00:11:22 +0100
commitc97671e0ff83364139c1f295f2e754bfbe5ba744 (patch)
tree88fcc0ef0762b84fab702918db1255e482d59da6 /config.toml
parentf76119457b728e4b95c5339ebca8ecf5a21e4ba0 (diff)
downloadwebsite-c97671e0ff83364139c1f295f2e754bfbe5ba744.tar.lz
website-c97671e0ff83364139c1f295f2e754bfbe5ba744.tar.zst
website-c97671e0ff83364139c1f295f2e754bfbe5ba744.zip
Configure Hugo menu
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 a526860..bddde7f 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"