Doc site for Elide built with Jekyll
- install bundler
gem install bundler
- checkout gh-pages
git checkout gh-pages
- install bundle gems:
bundle install
- start jekyll
bundle exec jekyll serve
- visit page at http://localhost:4000/
- edit the pages you care about
- submit a PR so the rest of the world can see your helpful information