There is currently no image optimization in the build pipeline. Large assets like avatar.png and video thumbnails are served at their original size, which can impact site performance.
image_optim or mini_magick.srcset) if possible within Jekyll.Implemented automated image optimization in the build pipeline.
image_optim and image_optim_pack gems to the Gemfile._plugins/image_optim.rb using Jekyll’s :post_write hook to compress images in the output directory.JEKYLL_ENV=development) to maintain fast local build speeds.assets/.