Web site for chaos development. Uses the Jekyll engine.
srcbranch: Holds the source code for the web site.masterbranch: Holds the "compiled" version of the web site, that is published to e.g. https://chaosdev.io
$ bundle install # Presumes you have Ruby and Bundler installed.
$ bundle exec jekyll serve -wTo publish updated versions of the site, use the publish.sh script. It makes certain rough assumptions of the folder structured on your machine; see the script for the full details.