website/themes/fznext/hugo.toml
fzorb 8237b6aa19
Some checks failed
pipeline / deploy-job (push) Failing after 3m26s
some changes to themes
2025-01-16 11:26:30 +02:00

24 lines
335 B
TOML

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 = "0.116.0"