Erstes Commit
This commit is contained in:
18
hugo/hugo.toml
Normal file
18
hugo/hugo.toml
Normal 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]
|
||||
Reference in New Issue
Block a user