From 018565fae79000fbaa5f44db95bb9f48f7ebc1fb Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 28 Dec 2025 21:41:55 -0330 Subject: nav grid --- hugo.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index 3f34d8f..30ea457 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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 -- cgit v1.2.3