This is the web site is for the CSG web page.

Build instructions

To build the website into HTML, follow these steps.

  1. Install Ruby version 2.x on your system with the provided installer
  2. Install dependencies via Bundler. Ex. bundle install
  3. Build using rake. Ex. bundle exec rake
  4. Generated HTML will be placed in ./_site

Development

To actively develop on the Site you will first need to install Jeykell.

  1. Install Jekyll with gem install jekyll bundler
  2. To start serving and developing run bundle exec jekyll serve