IQAndreas
IQAndreas

Reputation: 8488

Which Jekyll plugins are whitelisted by GitHub Pages?

I heard somewhere that GitHub pages support a small number of white-listed Jekyll plugins, yet I can't seem to find a comprehensive list anywhere.

Where can this information be found?

Upvotes: 8

Views: 1874

Answers (2)

Red
Red

Reputation: 3169

Here's a list with the Jekyll plugins that GitHub Pages support:

https://pages.github.com/versions/

Upvotes: 8

kleinfreund
kleinfreund

Reputation: 6806

I’d like to add that the link Red provided may be outdated when more plugins get whitelisted.

github/pages-gem: plugins.rb should be up to date.

Upvotes: 5

Related Questions