Closed chriskacerguis closed 9 years ago
Just a quick update. I had setup the following in the Gemfile (per http://jekyllrb.com/docs/github-pages/)
source 'https://rubygems.org'
require 'json'
require 'open-uri'
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
gem 'github-pages', versions['github-pages']
And when I removed the Gemfile / Gemfile.lock all started to work.
Hi Chris,
Thanks for reporting this issue and also trying out harmony. Glad you found out the fix. Thanks to you I have updated the Gemfile too.
Happy Jekylling!
Hello,
I followed the directions on your site to install Jekyll with your theme, but I'm getting the following error when I attempt to run jekyll serve
Any ideas as to what I could be doing wrong?