Loading

Paste #pe9efdhkl

  1. Installing Jekyll
  2.  
  3. Assumes jekyll 3.8.4 per Repo 5th November 2018
  4.  
  5. * install rbenv and ruby per https://jekyllrb.com/docs/installation/macos
  6. * gem install bundler
  7. * bundle install
  8. * gem install jekyll -v 3.8.4
  9.     * this step only necessary because bundle install provides jekyll but appears to not provide a shim for it correctly
  10.     * reinstalling as the gem with targeted version then provides the shim

Comments