Files
umrechner/hugo/hugo.toml
2026-05-27 20:04:58 +02:00

19 lines
302 B
TOML

baseURL = '/'
locale = 'de-DE'
title = 'Einheitsumrechner'
enableRobotsTXT = true
[params]
pocketbase_url = 'https://www.alphabreed.com'
[security]
[security.funcs]
getenv = ['^HUGO_', '^CI$', '^POCKETBASE_URL$']
[sitemap]
changeFreq = 'weekly'
priority = 0.5
filename = 'sitemap.xml'
[taxonomies]