Javascript runtime

If you get the following error:

jekyll 3.2.1 | Error:  Could not find a JavaScript runtime. See https://github.com/rails/execjs for a list of available runtimes.

Try adding this to your Gemfile:

gem 'execjs'
gem 'therubyracer'

And then run bundle install