It turns out that custom ruby plugins don't work on GitHub pages because of security concerns.
I'm trying to add a plugin (this one) to the _plugins folder of my Jekyll project, but when I deploy it to GitHub it is ignored.
Question: Is there a way to workaround this? Has anyone found a solution?
Note: Obviously I can generate html files locally and commit them to my repository. But that's not what I want.