Skip to content

TimBest/travel-blog

Repository files navigation

travel-blog

Netlify Status

Setup

Cleaning up images from the camera

  • brew install imagemagick
  • ./camera-to-web.sh

Find images that might not have been compressed

finds the top ten large files in dir including sub dirs

cd assests/images
find . -type f -exec stat -f '%z %N' {} + | sort -nr | head -10

Creating thumbnails for image-gallery.html

  • brew install imagemagick
  • ./create-thumbnails.sh