This looks like a nice, Node port of Jekyll. Not really how I prefer to blog.<p>My idea for a blogging platform (maybe even a service), if I ever get to it, would be a combination of <i>Jekyll and Posterous</i>. In other words, you'd have:<p>* A Jekyll dir structure on the server<p>* You write a post via Email<p>* The email is POSTed to the service via MailGun<p>* The service writes a new HTML file in the Jekyll dir and runs `jekyll build`<p>BAM, you have the speed of a static site, the wysiwyg editing features of whatever email client you use, and the ability to post from any computer/phone/tablet (not just one with git configured).