We were recently approached about creating a website that could be managed via a CMS, but wanted to keep the files in “portable HTML” – that is, if everything went to hell in a handbasket, the files would still be accessible and readable, without having to recreate the entire environment. Whether this is a feasible strategy is debatable, since even a static website still needs to be configured correctly, but either way, this was the requirement.
I found a plugin for WordPress called “Really Static” that allows you to export your entire WP site to a different server as static files. I’ve tried it out here, and I’m adding this post in an effort to test it. For now (not sure how long this will be the case), http://josh.orum.com hosts a completely static version of this site.
Supporting files had to be copied over by hand (css, js, images), and interactive things like comments don’t work, but in general it worked as expected.
Read More »