First Steps with Middleman

· blog middleman ruby

Middleman is a simple static site generator in Ruby. You create your site in markdown, run the builder and deploy, like you might an application. As a developer, this suites me, and after watching a friends succcess I thought I’d see how hard it was to migrate my own blog.

I ended up doing the following steps:

I’d already trimmed my site down when I moved it to EC2. This time I lost the recent post, recent comments and tags. I may try to reinstate the tags.