Jekyll: How to use custom plugins with GitHub pages
问题 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. 回答1: Without a plugin A reading time script does not require a plugin. I have created a