diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -12,11 +12,34 @@ theme = 'aoidh' [[menus.main]] name = 'Home' pageRef = '/' + weight = 1 [[menus.main]] name = 'Posts' pageRef = '/posts' + weight = 2 + + [[menus.main]] + name = 'Projects' + url = 'http://git.samanthony.xyz/' + weight = 3 [[menus.main]] name = 'Tags' pageRef = '/tags' + weight = 4 + + [[menus.main]] + name = 'Foo' + pageRef = '/foo' + weight = 4 + + [[menus.main]] + name = 'Bar' + pageRef = '/bar' + weight = 4 + + [[menus.main]] + name = 'Baz' + pageRef = '/baz' + weight = 4 |