Example Repository for CCB Skills Seminar
Make sure you have Ruby, RubyGems, bundle, and jekyll installed!
To host locally run
$ bundle exec jekyll serve --watch
To host on the web, stick it into a repository named yourgithubusername.github.io, and turn on the hosting in the pages tab under the settings for the repository
The _config.yml file is currently set up to use the minima theme, but there is a line commented out with another theme you can check out that is similarly minimalistic. This theme "minimal-mistakes-jekyll" requires the file navigation.yml which is in the _data directory