gem update --system
gem install jekyll
gem install bundler
bundle install
Use Ruby 1.9.3 and Pygments.rb 0.5.0
After installing dependencies, run:
gem uninstall pygments.rb
gem install pygments.rb -v 0.5.0
And in Gemfile.lock
edit as follows:
pygments.rb (0.5.0)
-
Run Jekyll
bundle exec jekyll serve --watch
-
Visit http://localhost:4000