For quite some time, I’ve been manually uploading images to my servers using a command line script to do the following:
- Rename the image file
- Compress it
- Create a thumbnail
- Transfer it to the server
- Create the HTML code to embed it in a blog post
So today I hacked up MovableType just a tiny bit to support the type of solution I wanted:
- Original image assets in a central repository
- Asset thumbnails in the site path
