Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 491 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 491 Bytes

Installing Dependencies

gem update --system
gem install jekyll
gem install bundler
bundle install

Windows Compatibility

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)

Local Development

  1. Run Jekyll

     bundle exec jekyll serve --watch
    
  2. Visit http://localhost:4000