siteleaf / learn.siteleaf.com

Siteleaf Learn is a documentation and learning resource for Siteleaf v2.
http://learn.siteleaf.com
26 stars 25 forks source link

Jekyll plugins #44

Closed sawyerh closed 8 years ago

sawyerh commented 8 years ago

We seem to get asked often about what Jekyll plugins we support. I'm actually not super clear on the answer to this...cc @larryfox @sskylar

larryfox commented 8 years ago

We support these: https://pages.github.com/versions/

sawyerh commented 8 years ago

Cool, we should add this to the docs. cc @eturk

ethnt commented 8 years ago

We have a few options here on how to get this content into the docs:

  1. Just manually write out what we support. We'll need to go in and update the docs every time we/GitHub updates a dependency
  2. Use GitHub's version JSON endpoint to generate a list. However, we don't support jekyll-github-metadata and we use a different Ruby version.
  3. Roll our own JSON endpoint. But, we're going to be adopting the github-pages Gem soon, so that may not matter.
  4. Make a bot that listens to Jekyll's bot that notifies them of new dependency versions.
  5. ???
sskylar commented 8 years ago

Can mention #45 for advanced users