summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml23
1 files changed, 23 insertions, 0 deletions
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