github / pages-gem

A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
http://pages.github.com
MIT License
1.82k stars 351 forks source link

jekyll-octicons is in whitelist but not actually usable #741

Open thefallentree opened 3 years ago

thefallentree commented 3 years ago

it is in the code of this gem, but actually not usable on github-pages, also don't show up on https://pages.github.com/versions/ , this is pretty confusing.

parkr commented 3 years ago

https://github.com/github/pages-gem/blob/0ad577045da86512da79ff18773482f08a6dc613/spec/github-pages/plugins_spec.rb#L18

😄

I think part of the motivation for this was that we didn't want to lock the jekyll-octicons version the way we do for all the other plugins. You should be able to add jekyll-octicons to your plugins: key in _config.yml and make use of the liquid tags it provides.