19 lines
302 B
TOML
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]
|