The image processing configuration for Hugo in the folder config/_default.

The image processing by this theme depends on many additional parameters for the module hugo-mod-image. They are predefined in the module configuration in data/modImg.yaml and partially overwritten and extended in the same folder of the theme.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#
# Imaging section
#

# Options for bitmap files

quality       : 80
resampleFilter: box

exif:
  includeFields: ""
  excludeFields: ""
  disableDate: false
  disableLatLong: false