I’m now looking between Hugo and Gatsby. I’m like Hugo because with Hugo I’m getting a clean HTML-code without much javascript.
But now I have a question about Image optimization. Gatsby can automatically optimize images. For example, create responsive images (srcset), WebP-generation etc.
Please, tell me. Can I create similar Workflow with Hugo? Can I automatically optimize my Images on Hugo? Creating responsive images with srcset or something else?
Maybe I should use Gulp or Webpack? Can it help me to optimize images? I’m never working before with Gulp, but I’m now good with javascript, and I can learn Gulp if it necessary.
Sorry for bad English, I believe that you understand me.
Currently not supported. But it will eventually happen, so I would just follow @ju52 's advice for starters.
A general note: There will be some stuff that Gatsby can do, with its endless NPM plugins, that Hugo cannot do. These are known tradeoffs that I’m more than happy to live with. We fill fill some of those, eventually.