initial commit
This commit is contained in:
21
hugo.toml
Normal file
21
hugo.toml
Normal 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'
|
||||
Reference in New Issue
Block a user