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' languageCode = 'en-US'
title = 'My New Hugo Site' title = 'Beet Box'
[[menus.main]] [[menus.main]]
name = 'Home' name = 'Home'
@ -8,13 +9,13 @@ pageRef = '/'
weight = 10 weight = 10
[[menus.main]] [[menus.main]]
name = 'Posts' name = 'Gitea'
pageRef = '/posts' pageRef = 'https://gitea.beetbox.io/BeetBox'
weight = 20 weight = 20
[[menus.main]] [[menus.main]]
name = 'Tags' name = 'Games'
pageRef = '/tags' pageRef = '/games'
weight = 30 weight = 30
[module] [module]

Loading…
Cancel
Save