Website voor zuurdesem.be. Mijn missie: zuurdesem brood bakken herpopulariseren
Go to file
Wouter Groeneveld 0f9b3999b3 get rid of workflow, use pre-commit hook instead 2022-04-26 13:46:50 +02:00
.yarn/releases migrate to jam-my-stack npm 2021-03-05 14:18:21 +01:00
content fix html tables hugo renderer, added broodbak workshop links 2022-03-20 09:22:12 +01:00
data jamstack update metadata 2022-02-05 09:12:29 +00:00
hooks get rid of workflow, use pre-commit hook instead 2022-04-26 13:46:50 +02:00
i18n menu uitbreiding 2018-04-21 10:00:30 +02:00
layouts get rid of facebook, add basic indieweb stuff 2021-05-08 20:49:35 +02:00
static jamstack update metadata 2022-03-20 08:22:51 +00:00
themes/desem-swift-theme youtube image embeds: jam-my-stack .19 2021-06-15 20:52:35 +02:00
.gitignore fix html tables hugo renderer, added broodbak workshop links 2022-03-20 09:22:12 +01:00
.yarnrc.yml migrate to jam-my-stack npm 2021-03-05 14:18:21 +01:00
README.md JPEG progressive images mass-convert 2020-05-11 21:48:42 +02:00
babel.config.js babel pipe to hugo extended test 2020-05-12 20:22:51 +02:00
build-lunr-index.js hosted:own overhaul, facebook dynamic:static" 2020-05-26 21:12:43 +02:00
config.toml fix hugo 0.92 js gen 2022-02-05 10:11:39 +01:00
package.json get rid of workflow, use pre-commit hook instead 2022-04-26 13:46:50 +02:00
play.png youtube image embeds: jam-my-stack .19 2021-06-15 20:52:35 +02:00
redzuurdesem.sublime-project initial commit 2018-04-19 22:25:41 +02:00
todo.txt search functionality lunr added 2020-05-13 12:51:02 +02:00
yarn.lock update jamstack dep to 1.0.22, pass token as env var 2022-04-25 10:32:37 +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 {} ;