29 lines
397 B
YAML
29 lines
397 B
YAML
|
# baseURL = 'https://example.org/'
|
||
|
# languageCode = 'en-US'
|
||
|
# title = 'My New Hugo Site'
|
||
|
|
||
|
# [[menus.main]]
|
||
|
# name = 'Home'
|
||
|
# pageRef = '/'
|
||
|
# weight = 10
|
||
|
|
||
|
# [[menus.main]]
|
||
|
# name = 'Posts'
|
||
|
# pageRef = '/posts'
|
||
|
# weight = 20
|
||
|
|
||
|
# [[menus.main]]
|
||
|
# name = 'Tags'
|
||
|
# pageRef = '/tags'
|
||
|
# weight = 30
|
||
|
|
||
|
module:
|
||
|
hugoVersion:
|
||
|
extended: false
|
||
|
min: "0.116.0"
|
||
|
|
||
|
outputs:
|
||
|
section:
|
||
|
- html
|
||
|
- json
|