Jekyll Fix
Jul 20, 24I had forgotten about this one, so I’m writing it down. I wanted to try some new themes with Jekyll but I coudln’t get any new site to work. I messed around with the paths for a while before I remembered that adding gem ‘json’ to the gemfile fixes it.
gem 'json'