My journey starting over a blog in a way i really like. The quirks and things i must do to make this blog what it is today. So, after many years having (almost) a blog I've chose the best way of having one, using the incredible http://pages.github.com. I started the migration a few days ago and i found that for a developer like me having a git-powered blog is the only way to blog.

Just using the http://github.com/{username}/{username}.github.com repo will give you the ability of using static pages or Jekyll, the best way of managing a blog.
If you are curious about this blog, check it out here: elcuervo.github.com
The most amazing thing is the compatibility with different programming languages out of the box
puts "Go ruby!"
(defn test[a b] (println a))