The public facing website for Rochester Institute of Technology's Computer Science House.
This site is written using Jekyll, a static site generator built with Ruby, and uses Sass and JavaScript ES6.
bundle install
export CSHPUBSITE_ASSETS_URL="https://assets.csh.rit.edu/pubsite"
export CSHPUBSITE_S3_URL="https://s3.csh.rit.edu"
bundle exec jekyll serve
The site should now serve locally at localhost:4000
, and auto-build when you change/create files in the repo!
git checkout -b BRANCH-NAME-HERE
)Please file an Issue on this repository or contact webmaster@csh.rit.edu with inquiries about the site.