Compare commits

..

5 Commits

Author SHA1 Message Date
ba55568cd7 Modify hugo option to align with the latest options.
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-13 10:40:01 +09:00
1d72149122 Update hugo version for CI/CD. 2025-07-13 10:40:01 +09:00
0be9de0bc4 Modify contents. 2025-07-13 10:40:01 +09:00
8766c9c6ce Modify asset/data/social.yml 2025-07-13 10:40:01 +09:00
b395f8d344 Modify config.toml. 2025-07-13 10:40:01 +09:00
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ theme = "DoIt"
# [Experimental] cache remote images in markdown, more info: https://github.com/HEIGE-PCloud/DoIt/pull/860#issue-1574342372
cacheRemoteImages = false
# [Experimental] generate image srcset attribute with hugo image processing feature.
optimizeImages = true
optimizeImages = false
# [Experimental] resize method for srcset attribute in optimizeImages, more info: https://gohugo.io/content-management/image-processing/#image-processing-options
srcsetSmallResizeMethod = "700x webp Lanczos q75"
srcsetDefaultResizeMethod = "1200x webp Lanczos q75"

View File

@ -34,7 +34,7 @@ theme = "DoIt"
# [Experimental] cache remote images in markdown, more info: https://github.com/HEIGE-PCloud/DoIt/pull/860#issue-1574342372
cacheRemoteImages = false
# [Experimental] generate image srcset attribute with hugo image processing feature.
optimizeImages = true
optimizeImages = false
# [Experimental] resize method for srcset attribute in optimizeImages, more info: https://gohugo.io/content-management/image-processing/#image-processing-options
srcsetSmallResizeMethod = "700x webp Lanczos q75"
srcsetDefaultResizeMethod = "1200x webp Lanczos q75"