Easy way to serve responsive images with Hugo

2020 update: To avoid the need to delete original images from /public before uploading, one can now add the following to config.toml:

[build]   
  publishResources = false

See the documentation for ‘build options’.

1 Like