This commit is contained in:
parent
7c57996249
commit
ddef331ef3
1 changed files with 12 additions and 0 deletions
12
hugo.yaml
12
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
|
||||
|
|
Loading…
Reference in a new issue