all repos — website @ 509fe2370c2dc544e5f984ced4511c0c1130099e

My website

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

509fe2370c2dc544e5f984ced4511c0c1130099e

parent

99a0ffeba261d47af467495762017db44d05f497

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"