diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-06-26 14:17:30 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-06-26 14:17:30 -0230 |
| commit | 99018e37c3e9a2d84af7d0f55715bb44c3904e13 (patch) | |
| tree | 440222ac09e3e720546a5b4435026fb8feaf526b /hugo.toml | |
| parent | be60a99b427940d69da9613a63aa9f9e6367b658 (diff) | |
| download | samanthony.xyz-99018e37c3e9a2d84af7d0f55715bb44c3904e13.zip | |
restructure
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |