Erstes Commit

This commit is contained in:
2026-05-27 20:04:58 +02:00
commit e16e9e36fd
218 changed files with 2307 additions and 0 deletions

18
hugo/hugo.toml Normal file
View File

@@ -0,0 +1,18 @@
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]