diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -23,19 +23,14 @@ enableGitInfo = true weight = 2 [[menus.main]] - name = 'Auto' - pageRef = '/auto' - weight = 3 - - [[menus.main]] name = 'Articles' pageRef = '/articles' - weight = 4 + weight = 3 [[menus.main]] name = 'Projects' pageRef = '/projects' - weight = 5 + weight = 4 [module] [[module.mounts]] |