Jekyll: How to use custom plugins with GitHub pages
up vote
4
down vote
favorite
1
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.
ruby jekyll github-pages
share | improve this question
asked Nov 8 at 20:06
Oleksandr Shpota
3,305 1 13 29