- Ruby 2.3.6 (Needs update. Netlify supports v2.6.3!)
- Jekyll 3.8.4 (Needs update. Netlify has support for v4.0.0)
- Node >= 8.17.0
npm install
bundle install
gulp
or
jekyll serve --livereload
jekyll build
Install rbenv with these instructions
Install a new version
rbenv install 2.3.6
Set local version
rbenv local 2.3.6
rbenv shell 2.3.6
List local gems
gem query --local
GNU General Public License v3.0