summaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-06-26 14:17:30 -0230
committerSam Anthony <sam@samanthony.xyz>2026-06-26 14:17:30 -0230
commit99018e37c3e9a2d84af7d0f55715bb44c3904e13 (patch)
tree440222ac09e3e720546a5b4435026fb8feaf526b /hugo.toml
parentbe60a99b427940d69da9613a63aa9f9e6367b658 (diff)
downloadsamanthony.xyz-99018e37c3e9a2d84af7d0f55715bb44c3904e13.zip
restructure
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