×

Goodbye WordPress - Hello Jekyll

jekyll

Published: September 04, 2011

I ran WordPress for a couple years. There's nothing particularly wrong with it. It is still a powerful CMS with a huge community behind it. So why did I leave?

Really I was just looking for something else to do. That and running this site on a cheap little host wasn't cutting it anymore. Even with all the WordPress performance tweaks my site was still running slow and running out of memory.

I bounced around a bit on what to replace it with. I looked real hard at Locomotive CMS and I still really like it, but in the end I figured I would get the best performance out of an entirely static site. And with s3 offering support for static sites, I could run without a server.

Once I decided on a static site, my options got a lot smaller. The big ones I looked at were Stasis, Jekyll, and Cactus. All have their strengths but in the end I chose Jekyll since it's ruby based and has a fairly large community. Stasis does some cool things with a controller, but it's a little too new for me.

I'm not going to walk through everything I did to set this up. There are several good tutorials on the web already and you can always check out the source of this site on github.

These are a few of the sites that helped me get Jekyll up and running.

Overall I like the new setup. The simple interface and speed of the finished site are two big bonuses. However, Jekyll is far from the simple to use software the WordPress is. If you don't feel like messing with the internals of your blog software, I would recommend you stick with WordPress. If you like tinkering and love fast sites, then give Jekyll a test run.