Managing references in Jekyll
Recently, I wanted to make Jekyll create a references list ala Wikipedia; so I built one. It was actually easier than I thought it would be, though I'm still not 100% happy with the syntax.
Recently, I wanted to make Jekyll create a references list ala Wikipedia; so I built one. It was actually easier than I thought it would be, though I'm still not 100% happy with the syntax.
I recently made a switch on this site to use combined assets (javascript / css files) on this blog. Jekyll Asset Pipeline actually made this fairly easy.
This blog, as I've written before, is a Jekyll install. I've done some customizations to it to allow pubsub publishing and automated tweeting; why then are the pubsub hubs still polling my server?
As a similar plugin to PubSubHubbub, I wanted to be able to have Jekyll automatically tweet whenever a new post occurs. So I wrote the code below: If you want to use it, you'll need to create an app within Twitter, and get oauth keys.
Recently, I read up on Dr. Drang's and Nathan's PubSubHubbub work. This blog is powered by Jekyll, and I wanted in on the fun.
Recently, I switched the software that generates this blog from a custom Perl script that I built to a Jekyll based system. The migration itself went fairly well.