summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml11
1 files changed, 8 insertions, 3 deletions
diff --git a/hugo.toml b/hugo.toml
index 9f4bb5d..559985e 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -15,16 +15,21 @@ theme = 'aoidh'
weight = 1
[[menus.main]]
+ name = 'Résumé'
+ pageRef = 'resume'
+ weight = 2
+
+ [[menus.main]]
name = 'Auto'
pageRef = '/auto'
- weight = 2
+ weight = 3
[[menus.main]]
name = 'Articles'
pageRef = '/articles'
- weight = 3
+ weight = 4
[[menus.main]]
name = 'Projects'
pageRef = '/projects'
- weight = 4
+ weight = 5