diff options
author | Alan Pearce | 2017-05-06 17:37:33 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-06 17:37:33 +0200 |
commit | 509fe2370c2dc544e5f984ced4511c0c1130099e (patch) | |
tree | f18f08e2165d82d1602e78b84741c8bd3a85032c /config.toml | |
parent | 99a0ffeba261d47af467495762017db44d05f497 (diff) | |
download | website-509fe2370c2dc544e5f984ced4511c0c1130099e.tar.lz website-509fe2370c2dc544e5f984ced4511c0c1130099e.tar.zst website-509fe2370c2dc544e5f984ced4511c0c1130099e.zip |
Configure Hugo menu
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 7 |
1 files changed, 7 insertions, 0 deletions
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" |