hoodiehq-archive / documentation

⛔️ deprecated. Moved to hoodiehq/hoodie/docs
https://hoodie.readthedocs.io
76 stars 49 forks source link

Revert github-pages to v71 until Jekyll is fixed. #212

Closed matt-allan closed 8 years ago

matt-allan commented 8 years ago

Using the github pages gem before the "backwards compatibilize" fixes were made is necessary to prevent --watch from breaking.

The site will still be built with version 75 once pushed to Github. The version constraint should be removed once https://github.com/jekyll/jekyll/issues/4831 is closed and a new release is tagged.

Once you pull this change run bundle install and then bundle exec jekyll serve to test.

Closes #211