Compare commits
No commits in common. "08fdeca1969371eeb4ea5d7f6c8144b8912ef0a6" and "b48236e5619ecd205e040a320aa35deda5de10f8" have entirely different histories.
08fdeca196
...
b48236e561
@ -32,7 +32,7 @@ theme = "DoIt"
|
||||
# enable PWA support
|
||||
enablePWA = false
|
||||
# [Experimental] cache remote images in markdown, more info: https://github.com/HEIGE-PCloud/DoIt/pull/860#issue-1574342372
|
||||
cacheRemoteImages = false
|
||||
cacheRemoteImages = true
|
||||
# [Experimental] generate image srcset attribute with hugo image processing feature.
|
||||
optimizeImages = true
|
||||
# [Experimental] resize method for srcset attribute in optimizeImages, more info: https://gohugo.io/content-management/image-processing/#image-processing-options
|
||||
|
@ -32,7 +32,7 @@ theme = "DoIt"
|
||||
# enable PWA support
|
||||
enablePWA = false
|
||||
# [Experimental] cache remote images in markdown, more info: https://github.com/HEIGE-PCloud/DoIt/pull/860#issue-1574342372
|
||||
cacheRemoteImages = false
|
||||
cacheRemoteImages = true
|
||||
# [Experimental] generate image srcset attribute with hugo image processing feature.
|
||||
optimizeImages = true
|
||||
# [Experimental] resize method for srcset attribute in optimizeImages, more info: https://gohugo.io/content-management/image-processing/#image-processing-options
|
||||
@ -648,7 +648,7 @@ theme = "DoIt"
|
||||
|
||||
# Cookie consent config
|
||||
[params.cookieconsent]
|
||||
enable = false
|
||||
enable = true
|
||||
# text strings used for Cookie consent banner
|
||||
[params.cookieconsent.content]
|
||||
message = ""
|
||||
|
Loading…
Reference in New Issue
Block a user