Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 443 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 443 Bytes

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.