Skip to content

Files

Latest commit

2b374b1 · Aug 17, 2025

History

History
26 lines (16 loc) · 1.29 KB
·

README.md

File metadata and controls

26 lines (16 loc) · 1.29 KB
·

CSHPublicSite - csh.rit.edu

The public facing website for Rochester Institute of Technology's Computer Science House.

Overview

This site is written using Jekyll, a static site generator built with Ruby, and uses Sass and JavaScript ES6.

Local Development

Build the container: docker build -t cshpublicsite .
Run the container: docker run -p 4000:80 cshpublicsite
You will be able to access the site at http://localhost:4000.

You can either edit files in the container, or rebuild the container when you want to test changes.

Contributing

  1. Fork this repository
    • Create a new git branch if your change is more than a small tweak (git checkout -b BRANCH-NAME-HERE)
  2. Make your changes locally, commit, and push to your fork
  3. Create a Pull Request on this repo for our Webmasters to review

Questions/Concerns

Please file an Issue on this repository or contact webmaster@csh.rit.edu with inquiries about the site.