ShortShoelaces.com uses Plim to generate html.
pip3 install plim watchdog
Start the watcher
bin/watcher.sh
vi src/index.plim
firefox index.html
cp images-original <new_dir>
cd <new_dir>
mogrify -path . -resize 400x400 -quality 75 *.jpg
# Everything
scp -r index.html style.css .htaccess images $jj:webapps/shortshoelaces
# No Images
scp -r index.html style.css .htaccess $jj:webapps/shortshoelaces