bridgefoundry / bridgefoundry.github.io

web site for Bridge Foundry
http://bridgefoundry.org/
0 stars 27 forks source link

Upgrade to Jekyll 3.0 via the github-pages gem #41

Closed audiodude closed 8 years ago

audiodude commented 8 years ago

The github pages gem provides a simple way to track the version of Jekyll being used by github and make sure that local versions of the site are always built with that version. Along with the best practice of not including incompatible configurations in _config.yml, this will make sure that the site always builds on github properly.

As mentioned in the commit, it seems that rdiscount, the now deprecated Markdown converter, was only being used for the smarty pants extension, which is now part of kramdown (the new default and only converter) by default.

audiodude commented 8 years ago

Fixes #40

ultrasaurus commented 8 years ago

code looks good, so I'm just going to trust @audiodude and merge :)