diff options
author | Alan Pearce | 2017-05-06 17:37:33 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-06 17:37:33 +0200 |
commit | 575292397da384a0cd3b4a2f526dd18302be3c58 (patch) | |
tree | d55687cc721a2270dbf979f1e8969f42a126f158 /config.toml | |
parent | 8c606b8b0530dc69b55baa1c5b2e56b0931c3241 (diff) | |
download | website-575292397da384a0cd3b4a2f526dd18302be3c58.tar.lz website-575292397da384a0cd3b4a2f526dd18302be3c58.tar.zst website-575292397da384a0cd3b4a2f526dd18302be3c58.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" |