From 99018e37c3e9a2d84af7d0f55715bb44c3904e13 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 26 Jun 2026 14:17:30 -0230 Subject: restructure --- hugo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'hugo.toml') 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 -- cgit v1.2.3