Configure Hugo menu
Alan Pearce alan@alanpearce.uk
Sat, 06 May 2017 17:37:33 +0200
1 files changed, 7 insertions(+), 0 deletions(-)
jump to
M config.toml → config.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"