Chad Moran

my opinionated ramblings

New Blog

| Comments

Again? Yes, again.

Don’t worry though, I’m sure I’ll decide I want to move to something else again.

I’ve decided to move to the Octopress blog system. THough it was fun to develop my own blog and run it on Azure I wanted something that was a little more maintenance-free.

In case you’re not familiar with Octopress it’s a platform that takes .markdown files and through it’s magical unicorn processes generates a bunch of html files that make up your blog.

To make this post I simply ran…

1
2
3
$ rake new_post["new blog"]
$ rake generate
$ git add . && git commit -m "new post" && git push heroku master

Pretty cool, huh?