Website voor zuurdesem.be. Mijn missie: zuurdesem brood bakken herpopulariseren
Go to file
wgroeneveld efb8b76caf JPEG progressive images mass-convert 2020-05-11 21:48:42 +02:00
content image includes op https, privacy settings hugo 2020-05-11 20:14:04 +02:00
data new theme, major overhaul all pages 2020-05-10 16:50:03 +02:00
i18n menu uitbreiding 2018-04-21 10:00:30 +02:00
layouts image includes op https, privacy settings hugo 2020-05-11 20:14:04 +02:00
resources/_gen/assets image includes op https, privacy settings hugo 2020-05-11 20:14:04 +02:00
static JPEG progressive images mass-convert 2020-05-11 21:48:42 +02:00
themes/desem-swift-theme fix ga 2020-05-11 21:27:33 +02:00
.gitignore de slegte link, the making of uit draft 2020-04-30 08:59:04 +02:00
README.md JPEG progressive images mass-convert 2020-05-11 21:48:42 +02:00
config.toml image includes op https, privacy settings hugo 2020-05-11 20:14:04 +02:00
redzuurdesem.sublime-project initial commit 2018-04-19 22:25:41 +02:00

README.md

"Red Zuurdesem website"

Image optimizations

https://developers.google.com/speed/docs/insights/OptimizeImages

find . -name "*.jpg" -exec convert {} -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG -colorspace sRGB {} ;