Skip to content

jeremytai/offtheback.in

Repository files navigation

offtheback.in

Netlify Status

Converting PNG and JPG photos to WebP

find ./ -type f -name '.png' -exec sh -c 'avifenc --min 10 --max 30 $1 "${1%.png}.avif"' _ {} ;
find ./ -type f -name '
.jpg' -exec sh -c 'cwebp $1 -o "${1%.jpg}.webp"' _ {} ;

via WebP and AVIF images on a Hugo website

About

Hello, World!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published