1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-24 22:16:08 -05:00

fix responsive image height scaling

This commit is contained in:
2019-11-08 11:19:08 -05:00
parent b623aaeda8
commit a9f52bffbd
4 changed files with 17 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ jobs:
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends pngquant jpegoptim
cd $HOME/gh-pages/notes
find . -iname "*.jp*" -print0 | xargs -0 jpegoptim --max=80 --strip-all
find . -iname "*.png" -print0 | xargs -0 pngquant --quality=60-70 --speed 1 --ext=.png --force --verbose
find . -iname "*.png" -print0 | xargs -0 pngquant --quality=60-65 --speed 1 --ext=.png --force --verbose
# Initialize a sub-repository in the new gh-pages directory and
# add jakejarvis/jakejarvis.github.io as a remote.