19 lines
370 B
YAML
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
|