JSON Feed
Since all the cool kids are doing it, I’ve added a JSON Feed for my website.
Adding this to Jekyll wasn’t too bad (you can see the Git commit for yourself), although I did have to learn some new Liquid template tricks, like using the jsonify
filter, the unless
tag, and the forloop
object.
I don’t know if JSON Feed is going to take off in a big way or not, but it was fun to implement. Check out the spec if you’re interested in adding it to your project.