Skip to content

Commit

Permalink
Adjust hugo caching
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd committed Dec 18, 2024
1 parent 1be93f9 commit f368a79
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,3 @@ summaryLength = 20
endLevel = 4
ordered = false
startLevel = 2

[caches]
[caches.assets]
dir = ':resourceDir/_gen'
maxAge = -1
[caches.getcsv]
dir = ':cacheDir/:project'
maxAge = -1
[caches.getjson]
dir = ':cacheDir/:project'
maxAge = "1h"
[caches.getresource]
dir = ':cacheDir/:project'
maxAge = "1h"
[caches.images]
dir = ':resourceDir/_gen'
maxAge = -1
[caches.modules]
dir = ':cacheDir/modules'
maxAge = -1

0 comments on commit f368a79

Please sign in to comment.