Configure Hugo menu
1 file 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"