From ddef331ef3e38cc840ccc4cbfb14203afab25801 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Fri, 6 Sep 2024 00:54:43 -0400 Subject: [PATCH] Set up the menu --- hugo.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hugo.yaml b/hugo.yaml index 368b6be..f856e8b 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -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