hugo-example/hugo.yaml

20 lines
370 B
YAML
Raw Normal View History

2024-09-06 04:49:12 +00:00
baseUrl: 'https://example.org/'
languageCode: 'en-us'
title: 'My Badass New Hugo Site'
theme: 'example-theme'
2024-09-06 04:54:43 +00:00
menus:
main:
- name: 'Home'
pageRef: '/'
weight: 10
- name: 'Contact'
pageRef: '/contact'
weight: 20
- name: 'About'
pageRef: '/about'
weight: 30
2024-09-06 05:08:06 +00:00
- name: 'Things'
pageRef: '/things'
weight: 40