Skip to content

Commit ba0a1e6

Browse files
committed
feat: Remove custom caches from Hugo configuration
The caches where used when fetching avatars but they are now fetched directly from the source, and added to version control.
1 parent 0772d3c commit ba0a1e6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

hugo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,3 @@ theme = 'mainroad'
6262
title = "Youtube"
6363
url = "https://www.youtube.com/channel/UCPNEu33xtYpKjQKcn9E5m0Q"
6464
icon = "svg/youtube.svg" # Optional. Path relative to "layouts/partials"
65-
66-
[caches]
67-
[caches.getcsv]
68-
dir = ':resourceDir/_gen'
69-
[caches.getjson]
70-
dir = ':resourceDir/_gen'
71-
[caches.getresource]
72-
dir = ':resourceDir/_gen'

0 commit comments

Comments
 (0)