Skip to content

Instantly share code, notes, and snippets.

@andythenorth
Created November 26, 2021 23:07
Show Gist options
  • Save andythenorth/d85c6e37aae5901c3ea746a6dffc7804 to your computer and use it in GitHub Desktop.
Save andythenorth/d85c6e37aae5901c3ea746a6dffc7804 to your computer and use it in GitHub Desktop.
Installing Jekyll
Assumes jekyll 3.8.4 per Repo 5th November 2018
* install rbenv and ruby per https://jekyllrb.com/docs/installation/macos
* gem install bundler
* bundle install
* gem install jekyll -v 3.8.4
* this step only necessary because bundle install provides jekyll but appears to not provide a shim for it correctly
* reinstalling as the gem with targeted version then provides the shim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment