jekyll

Features of a good Jekyll theme

I wanted to refocus on my efforts to write personal blog, hence started looking into Jekyll. I once had some initial code/content on my Github which I checked out. Meanwhile, I’ve got a new Mac, so I had to install Jekyll on it. To my surprise, when I ran jekyll serve, Jekyll started complaining.

Issues were:

Reading the error messages and googling helped. To be specific:

I am now convinced that a theme should make users’ life easier by providing a Gemfile, thus allowing bundle install to run. More on this here, and here.