mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Merge commit 'd3927310d5b2404c3238f9b899db3329ea516490'
This commit is contained in:
@@ -384,7 +384,7 @@ Note the self-closing shortcode syntax above. You may call the `imgproc` shortco
|
||||
|
||||
Define an `imaging` section in your site configuration to set the default [image processing options](#image-processing-options).
|
||||
|
||||
{{< code-toggle file="config" copy=true >}}
|
||||
{{< code-toggle file="hugo" copy=true >}}
|
||||
[imaging]
|
||||
resampleFilter = "Box"
|
||||
quality = 75
|
||||
@@ -412,7 +412,7 @@ resampleFilter
|
||||
|
||||
Define an `imaging.exif` section in your site configuration to control the availability of Exif data.
|
||||
|
||||
{{< code-toggle file="config" copy=true >}}
|
||||
{{< code-toggle file="hugo" copy=true >}}
|
||||
[imaging.exif]
|
||||
includeFields = ""
|
||||
excludeFields = ""
|
||||
|
Reference in New Issue
Block a user