|
|
@ -1,6 +1,7 @@ |
|
|
|
baseURL = 'https://example.org/' |
|
|
|
# Example site configuration |
|
|
|
baseURL = 'https://beetbox.io' |
|
|
|
languageCode = 'en-US' |
|
|
|
title = 'My New Hugo Site' |
|
|
|
title = 'Beet Box' |
|
|
|
|
|
|
|
[[menus.main]] |
|
|
|
name = 'Home' |
|
|
@ -8,13 +9,13 @@ pageRef = '/' |
|
|
|
weight = 10 |
|
|
|
|
|
|
|
[[menus.main]] |
|
|
|
name = 'Posts' |
|
|
|
pageRef = '/posts' |
|
|
|
name = 'Gitea' |
|
|
|
pageRef = 'https://gitea.beetbox.io/BeetBox' |
|
|
|
weight = 20 |
|
|
|
|
|
|
|
[[menus.main]] |
|
|
|
name = 'Tags' |
|
|
|
pageRef = '/tags' |
|
|
|
name = 'Games' |
|
|
|
pageRef = '/games' |
|
|
|
weight = 30 |
|
|
|
|
|
|
|
[module] |
|
|
|