mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
a95fe50616
Region subtag should be in ALLCAPS
23 lines
335 B
TOML
23 lines
335 B
TOML
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]
|
|
[module.hugoVersion]
|
|
extended = false
|
|
min = "0.116.0"
|