privacynerd.de/themes/relegando/hugo.toml
BlueFox 715dd163e9
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Unpacked upcoming.zip to git repo root and removed the temporary 'coming-soon' site
2024-09-23 20:44:28 +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"