initial commit

This commit is contained in:
2025-11-02 14:56:45 +01:00
commit 10c9102ac5
17 changed files with 1364 additions and 0 deletions

21
hugo.toml Normal file
View File

@@ -0,0 +1,21 @@
baseURL = 'https://stuttgartbikenight.de'
languageCode = 'de-de'
title = 'Stuttgart Bike Night'
[build]
[build.buildStats]
enable = true
[[build.cachebusters]]
source = 'assets/notwatching/hugo_stats\.json'
target = 'css'
[[build.cachebusters]]
source = '(postcss|tailwind)\.config\.js'
target = 'css'
[module]
[[module.mounts]]
source = 'assets'
target = 'assets'
[[module.mounts]]
disableWatch = true
source = 'hugo_stats.json'
target = 'assets/notwatching/hugo_stats.json'