Set up the menu
All checks were successful
/ build (push) Successful in 17s

This commit is contained in:
Correl Roush 2024-09-06 00:54:43 -04:00
parent 7c57996249
commit ddef331ef3

View file

@ -2,3 +2,15 @@ baseUrl: 'https://example.org/'
languageCode: 'en-us'
title: 'My Badass New Hugo Site'
theme: 'example-theme'
menus:
main:
- name: 'Home'
pageRef: '/'
weight: 10
- name: 'Contact'
pageRef: '/contact'
weight: 20
- name: 'About'
pageRef: '/about'
weight: 30