diff --git a/hugo.toml b/hugo.toml index 6eb3dd2..bc867e7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,30 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' -theme = 'ananke' +theme = 'cccsbg-hugo-theme' + +[module] + [module.hugoVersion] + extended = false + min = "0.112.0" + [[module.mounts]] + source = "assets" + target = "assets" + [[module.mounts]] + source = "hugo_stats.json" + target = "assets/watching/hugo_stats.json" + +[build] + writeStats = true + [[build.cachebusters]] + source = "assets/watching/hugo_stats\\.json" + target = "styles\\.css" + [[build.cachebusters]] + source = "(postcss|tailwind)\\.config\\.js" + target = "css" + [[build.cachebusters]] + source = "assets/.*\\.(js|ts|jsx|tsx)" + target = "js" + [[build.cachebusters]] + source = "assets/.*\\.(.*)$" + target = "$1" \ No newline at end of file