Skip to content

acm-uiuc/sigrobotics-web

Repository files navigation

SIGRobotics Website

Website for SIGRobotics @ UIUC ACM

Editing the Website

Running locally

  1. Clone repository
  2. Open terminal, cd into root directory (where _config.yml is located)
  3. Run bundle install 1
  4. Run bundle exec jekyll serve
  5. Open http://localhost:4000/

Theme documentation

Footnotes

  1. Requires Ruby, RubyGEM, and Bundler. Install with gem install bundler.