Browse Source

example site configuration

Alexander Avery 3 weeks ago
parent
commit
a82d81531d
  1. 13
      hugo.toml

13
hugo.toml

@ -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]

Loading…
Cancel
Save