diff options
author | Alan Pearce | 2017-05-06 17:37:33 +0200 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:11:22 +0100 |
commit | c97671e0ff83364139c1f295f2e754bfbe5ba744 (patch) | |
tree | 88fcc0ef0762b84fab702918db1255e482d59da6 /config.toml | |
parent | f76119457b728e4b95c5339ebca8ecf5a21e4ba0 (diff) | |
download | website-c97671e0ff83364139c1f295f2e754bfbe5ba744.tar.lz website-c97671e0ff83364139c1f295f2e754bfbe5ba744.tar.zst website-c97671e0ff83364139c1f295f2e754bfbe5ba744.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 a526860..bddde7f 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" |