Git blogging with Aerial
Over the last few years, I have grown tired of maintaining, migrating, and
upgrading blog software, so I’ve decided to roll my own with Ruby
code. In doing so, I wanted to keep things as simple as possible with
a basic set of features: articles, pages, comments, rss, etc. What I didn’t want
is a SQL database or an administration tool. I wanted to write articles in my
text editor of choice (Emacs), in
Markdown format, and versioned
with Git.