hugo-example/hugo.yaml
Correl Roush 33270c3772
All checks were successful
/ build (push) Successful in 17s
Add some Things
2024-09-06 01:08:06 -04:00

19 lines
370 B
YAML

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
- name: 'Things'
pageRef: '/things'
weight: 40