summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/hugo.toml b/hugo.toml
index 2461d25..9f4bb5d 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -15,11 +15,16 @@ theme = 'aoidh'
weight = 1
[[menus.main]]
+ name = 'Auto'
+ pageRef = '/auto'
+ weight = 2
+
+ [[menus.main]]
name = 'Articles'
pageRef = '/articles'
- weight = 2
+ weight = 3
[[menus.main]]
name = 'Projects'
pageRef = '/projects'
- weight = 3
+ weight = 4