all repos — website @ c97671e0ff83364139c1f295f2e754bfbe5ba744

My website

Configure Hugo menu
Alan Pearce alan@alanpearce.uk
Sat, 06 May 2017 17:37:33 +0200
commit

c97671e0ff83364139c1f295f2e754bfbe5ba744

parent

f76119457b728e4b95c5339ebca8ecf5a21e4ba0

1 files changed, 7 insertions(+), 0 deletions(-)

jump to
M config.tomlconfig.toml
@@ -13,6 +13,13 @@ [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"