Merge pull request 'Disable cacheRemoteImages
.' (#15) from modify_config into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #15
This commit is contained in:
commit
08fdeca196
@ -32,7 +32,7 @@ theme = "DoIt"
|
|||||||
# enable PWA support
|
# enable PWA support
|
||||||
enablePWA = false
|
enablePWA = false
|
||||||
# [Experimental] cache remote images in markdown, more info: https://github.com/HEIGE-PCloud/DoIt/pull/860#issue-1574342372
|
# [Experimental] cache remote images in markdown, more info: https://github.com/HEIGE-PCloud/DoIt/pull/860#issue-1574342372
|
||||||
cacheRemoteImages = true
|
cacheRemoteImages = false
|
||||||
# [Experimental] generate image srcset attribute with hugo image processing feature.
|
# [Experimental] generate image srcset attribute with hugo image processing feature.
|
||||||
optimizeImages = true
|
optimizeImages = true
|
||||||
# [Experimental] resize method for srcset attribute in optimizeImages, more info: https://gohugo.io/content-management/image-processing/#image-processing-options
|
# [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
|
# enable PWA support
|
||||||
enablePWA = false
|
enablePWA = false
|
||||||
# [Experimental] cache remote images in markdown, more info: https://github.com/HEIGE-PCloud/DoIt/pull/860#issue-1574342372
|
# [Experimental] cache remote images in markdown, more info: https://github.com/HEIGE-PCloud/DoIt/pull/860#issue-1574342372
|
||||||
cacheRemoteImages = true
|
cacheRemoteImages = false
|
||||||
# [Experimental] generate image srcset attribute with hugo image processing feature.
|
# [Experimental] generate image srcset attribute with hugo image processing feature.
|
||||||
optimizeImages = true
|
optimizeImages = true
|
||||||
# [Experimental] resize method for srcset attribute in optimizeImages, more info: https://gohugo.io/content-management/image-processing/#image-processing-options
|
# [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
|
# Cookie consent config
|
||||||
[params.cookieconsent]
|
[params.cookieconsent]
|
||||||
enable = true
|
enable = false
|
||||||
# text strings used for Cookie consent banner
|
# text strings used for Cookie consent banner
|
||||||
[params.cookieconsent.content]
|
[params.cookieconsent.content]
|
||||||
message = ""
|
message = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user