Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 617
IQAndreas Avatar asked May 09 '14 06:05

IQAndreas


People also ask

Can you use GitHub Pages without Jekyll?

If you publish your site from a source branch, GitHub Pages will use Jekyll to build your site by default. If you want to use a static site generator other than Jekyll, we recommend that you write a GitHub Actions to build and publish your site instead.

Is Hugo better than Jekyll?

For some sites with thousands of pages, Hugo is a must because of its build speed. For others, Jekyll can be a must because of a few plugins with specific functionalities not found in Hugo. But for the majority of us, it comes down to personal preference. So, you can't really go wrong with either Jekyll or Hugo.

Is Jekyll still maintained?

While Jekyll was indeed initially created by Tom Preston-Werner, the founder of GitHub, it has stood apart as a separately-maintained project for quite some time now.


2 Answers

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

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

like image 128
Red Avatar answered Oct 12 '22 00:10

Red


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.

like image 34
kleinfreund Avatar answered Oct 12 '22 00:10

kleinfreund