One of the annoyances about making changes to this page is that I have to manually regenerate the cached images each time by: editing source code to put it in 'generate mode', loading the page in my browser, saving all the images to my desktop, running image compression on them, moving those files to my web folder, and then changing the source code back.

I've written a python script to do everything for me. It loads the page in 'generate mode', and the page sends those images back to the python server instead of saving to my desktop, and then it runs the image compression on them, and finally, closes the page in the browser.