summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/hugo.toml b/hugo.toml
index 2ae7654..51ec898 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -21,16 +21,16 @@ unsafe = true
weight = 1
[[menus.main]]
- name = 'Résumé'
- pageRef = 'resume'
+ name = 'Projects'
+ pageRef = '/proj'
weight = 2
[[menus.main]]
- name = 'Articles'
- pageRef = '/articles'
+ name = 'Credentials'
+ pageRef = 'creds'
weight = 3
[[menus.main]]
- name = 'Projects'
- pageRef = '/projects'
+ name = 'Notes'
+ pageRef = '/notes'
weight = 4