A Whole New Blog

Queue the champagne...

It has been quite a while since I last blogged and while I've been wanting to get a new blog running for some time now my life has been busy with other priorities and I was probably bitten by the procrastination bug. Today, however, I'm pleased to announce that all that has changed! My wife and I are taking an trip to Africa in January and the desire to keep a travel blog prompted me to get some kind of framework up and running so I can write about our safaris, mountain climbing and drinking on the beach while we're over there.

So here it is...

About the Implementation

I have a bit of experience with Blogger and Wordpress and while I love the simplicity of those tools something didn't feel quite right about using them. Since jumping ship from .NET to Ruby and then jumping from the Rails liferaft to Sinatra I've been quite open about my newfound love affair with simpler toolsets running on the cloud. I would probably have felt shame if I didn't have something as simple as a blog running on that stack. So I did some research, and I found Nesta. It is a Ruby CMS that is built around Sinatra. How perfect is that?

Not to mention it:
  • Has no database
  • Lets me post in raw HTML (well, haml or markdown to be exact) using my own editor
  • Style each post with it's own layout and css
  • Has no database
  • Include any javascript I want (like the Semantic Grid System)
  • Upload any type or size of attachment
  • Has no database
  • Has no akward administration interface
  • Has no database
  • Can be deployed to Heroku using Git!!
Oh yeah, and it has no database :)