hugo-theme-stack/docs/config/image-processing.md
Jimmy Cai 692804498d doc: documentation is now in the same repository as the code
Demo site will be generated in subfolder /demo
2023-09-11 18:16:29 +02:00

615 B

Image Processing

This theme uses Hugo's built-in image processing features to resize and optimize local images (included using page bundle feature). This is done automatically when you build your site.

When there are many images in your site, this can slow down the build process. You can choose to disable this feature here.

cover

  • Type: map[string]bool

cover.enabled

  • Type: bool
  • Default: true

Enable image processing for cover (featured) images.

content

  • Type: map[string]bool

content.enabled

  • Type: bool
  • Default: true

Enable image processing for images in content.