From 509fe2370c2dc544e5f984ced4511c0c1130099e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 6 May 2017 17:37:33 +0200 Subject: Configure Hugo menu --- config.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.toml') 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" -- cgit 1.4.1