Author here: Happy it can be useful to others :)<p>Right now i've only tested it with a local Ghost installation but <i>theorically</i> it should work with every blogging platform since it uses wget to fetch pages. Since it's basically a very silly and dumb shell script i didn't want to use something platform specific such as grunt / gulp / rake / whatever.<p>Feel free to give me your feedback about it (Bugs, Features, etc.)
If anyone is interested in a Node.js alternative, it’s pretty straightforward to use Gulp (<a href="http://gulpjs.com/" rel="nofollow">http://gulpjs.com/</a>) for this. Take a look at the deploy task for my personal web site for an example: <a href="https://github.com/steadicat/attardi.org/blob/master/gulpfile.js#L78" rel="nofollow">https://github.com/steadicat/attardi.org/blob/master/gulpfil...</a>
THANK YOU!<p>THANK YOU THANK YOU THANK YOU!<p>Currently I'm using a local Wordpress install and a static site plugin and I'm getting kinda fed up with the gotchas. (Detail and links at <a href="http://www.oddevan.com/about" rel="nofollow">http://www.oddevan.com/about</a> ) If this does what you say it does, not only can I automate the deploy process, I can move over to Ghost (which I'm already using for its superior Markdown editor).