You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
446 B
29 lines
446 B
# Example site configuration
|
|
baseURL = 'https://beetbox.io'
|
|
languageCode = 'en-US'
|
|
title = 'Beet Box'
|
|
|
|
[[menus.main]]
|
|
name = 'Home'
|
|
pageRef = '/'
|
|
weight = 10
|
|
|
|
[[menus.main]]
|
|
name = 'Gitea'
|
|
url = 'https://gitea.beetbox.io/BeetBox'
|
|
weight = 20
|
|
|
|
[[menus.main]]
|
|
name = 'Games'
|
|
pageRef = '/games'
|
|
weight = 30
|
|
|
|
[[menus.footer]]
|
|
name = 'Authors'
|
|
pageRef = '/authors'
|
|
weight = 10
|
|
|
|
[module]
|
|
[module.hugoVersion]
|
|
extended = false
|
|
min = "0.116.0"
|
|
|