Source code for the Computing Connections Fellowship website.
Inside this directory, run:
bundle install
bundle exec jekyll serve
For help:
bundle exec github-pages --help
bundle exec jekyll --help
To build the site without serving it to _site/
, run bundle exec github-pages build
or bundle exec jekyll build
.
This uses a modification of the minimal
theme from GitHub pages. Source on Pages; Upstream source from orderedlist