Skip to content

Instantly share code, notes, and snippets.

@tristen
Last active May 31, 2016 17:50
Show Gist options
  • Save tristen/ce800033904387a10e55b47d53144421 to your computer and use it in GitHub Desktop.
Save tristen/ce800033904387a10e55b47d53144421 to your computer and use it in GitHub Desktop.
Upgrade steps
  • Run ruby --version to check I'm using Ruby >= 2.0
  • gem update jekyll
  • Clear out any older versions of gems gem cleanup liquid
  • git checkout -b dev-pages
  • Remove Gemfile and Gemfile.lock
  • Remove the following lines from _config.yml and _config.<NAME>.yml:
    • highlighter: true
    • markdown: rdiscount
  • In many cases future: true will need to be added to account for out file naming conventions
  • Remove the _site for good measure
  • Run jekyll serve --watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment