You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.yarn/releases | 2 years ago | |
content | 7 months ago | |
data | 9 months ago | |
hooks | 11 months ago | |
i18n | 5 years ago | |
layouts | 7 months ago | |
static | 9 months ago | |
themes/desem-swift-theme | 7 months ago | |
.gitignore | 11 months ago | |
.yarnrc.yml | 2 years ago | |
README.md | 3 years ago | |
babel.config.js | 3 years ago | |
build-lunr-index.js | 3 years ago | |
config.toml | 1 year ago | |
package.json | 7 months ago | |
play.png | 2 years ago | |
redzuurdesem.sublime-project | 5 years ago | |
todo.txt | 3 years ago | |
yarn.lock | 1 year ago |
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 {} ;