dc09-hugo/themes/qogir/hugo.toml

24 lines
332 B
TOML
Raw Normal View History

2023-11-04 11:44:43 +04:00
# 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 = "v0.116.0"