Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ replacements = "github.com/FortAwesome/Font-Awesome -> @fortawesome/fontawesome-
[minify]
minifyOutput = false

# Disable HTTP cache feature introduced in Hugo v0.127.0
[httpCache]
[httpCache.cache]
[httpCache.cache.for]
excludes = ["**"]
includes = []
[[httpCache.polls]]
disable = true

# Everything below this are Site Params
# ======================================
# These are mainly (all?) Docsy settings
Expand Down