CS 5630 / CS 6630
The visualization tutorials website is built with Jekyll and uses the github-pages plugin. It is build directly by github pages.
Ubuntu Prerequisites
$ sudo apt-get install ruby-devSetup
Requires Jekyll 3 or later. Requires Ruby 2.1.0 or later
You can find your version of Ruby with :
$ Ruby -vIf you need to update Ruby, instructions can be found here
$ gem install jekyll
$ gem install bundlerThen clone the repository:
$ git clone https://github.com/dataviscourse/tutorialsWe're on the gh-pages branch:
$ cd tutorials
$ git checkout gh-pagesNow install the necessary stuff:
$ bundle installGenerate and/or Serve Site
$ bundle exec jekyll serveView Site
$ open http://0.0.0.0:4000/tutorials/Liquid Syntax
https://github.com/Shopify/liquid/wiki/Liquid-for-Designers
Windows Installation Instructions
http://jekyll-windows.juthilo.com/1-ruby-and-devkit/
Deployment
Just push your changes, GitHub Pages will automatically build.
Troubleshooting
See this tutorial if you're running into problems.