Pair Columbus Website
This site provides information about joining and mentoring for Pair Columbus. It also has lists of resources and challenges, along with guides on how to get started.
Technology
This is a static website created with Jekyll and hosted on GitHub Pages. It is also using the default Jekyll site template.
Usage
gem install bundler
bundle
jekyll serve
- Visit http://localhost:4000 in your browser
Deploying
Push to master
and the updated Jekyll site will be deployed to http://paircolumbus.org/. 😄 For non-trivial changes, please consider making a pull request before pushing to master.