We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Notes about how to use Jekell.
Needed jekyll— failed because of OSX clang problem
$ rvm use ruby-2.1.1 Using /Users/Tom/.rvm/gems/ruby-2.1.1 $ gem install jekyll
installed rvm — from rvm website
needed ruby-2.1.1
% rvm install ruby-2.1.1
Finally!
% jekyll serve
Sets up server
When I got
Network error while fetching https://rubygems.org/quick/Marshal.4.8/github-pages-20.gemspec.rz
This did not fixed it, but must help
gem update --system
How to run server like github pages
bundle exec jekyll serve