CSHPublicSite - csh.rit.edu
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.
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.
- Fork this repository
- Create a new git branch if your change is more than a small tweak (
git checkout -b BRANCH-NAME-HERE
)
- Create a new git branch if your change is more than a small tweak (
- Make your changes locally, commit, and push to your fork
- Create a Pull Request on this repo for our Webmasters to review
Please file an Issue on this repository or contact [email protected] with inquiries about the site.