New blog engine!

Note: Since writing this, I've moved to ghost.

There comes a time in every programmer's life where they have to write their own blog engine.

In my case, I moved away from tumblr because I don't how to write github flavoured markdown code using it. So I edited Jeremy Apthorp's Words with marked markdown editor. The beautiful styling and font choices are all Jeremy's.

Now I can write code:

f = ->  
  f x for x in [5..10*Math.random()]

So fancy.

You'd think I've have used my new ShareJS / Derby stuff to do it, but I didn't - mostly because I wanted an excuse to play with levedb.

There's no comments here, but it was a bit of fun to write.