config.toml: Add image config
Commented out currently to see if the default Hugo quality (75) and JPEG resampling (Box) are acceptable.
This commit is contained in:
parent
a7b9b9b5a5
commit
90138060cd
@ -10,6 +10,15 @@ paginate = 3
|
||||
copyright = "Except where otherwise noted, content on this site is licensed under a <a rel='license' href='https://creativecommons.org/licenses/by-sa/4.0/'>Creative Commons Attribution 4.0 International license</a>."
|
||||
enableGitInfo = true
|
||||
|
||||
#[imaging]
|
||||
# Default resample filter used for resizing. Default is Box,
|
||||
# # a simple and fast averaging filter appropriate for downscaling.
|
||||
# # See https://github.com/disintegration/imaging
|
||||
#resampleFilter = "CatmullRom"
|
||||
|
||||
# Default JPEG quality setting. Default is 75.
|
||||
#quality = 82
|
||||
|
||||
[permalinks]
|
||||
posts = "/:year/:month/:slug/"
|
||||
page = "/:slug/"
|
||||
|
Loading…
Reference in New Issue
Block a user