From ba087d886df3174bdc9d7e94378039f60475cb0f Mon Sep 17 00:00:00 2001 From: Noah Hanford Date: Thu, 5 Feb 2026 21:09:49 -0500 Subject: [PATCH 1/3] Rename CSHPublicSite to Pubsite in README Updated the project name from 'CSHPublicSite' to 'Pubsite' in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79bd0c4..97c0ef6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CSHPublicSite - [csh.rit.edu](https://csh.rit.edu) +# Pubsite - [csh.rit.edu](https://csh.rit.edu) The public facing website for [Rochester Institute of Technology](https://rit.edu/)'s [Computer Science House](https://csh.rit.edu). @@ -8,8 +8,8 @@ This site is written using [Jekyll](https://jekyllrb.com/), a static site genera ## Local Development -Build the container: `docker build -t cshpublicsite .` -Run the container: `docker run -p 4000:80 cshpublicsite` +Build the container: `docker build -t putsite .` +Run the container: `docker run -p 4000:80 putsite` 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. From 8e698fe8b2023802afdda0ebd6026da1472edd5f Mon Sep 17 00:00:00 2001 From: Noah Hanford Date: Thu, 5 Feb 2026 23:06:02 -0500 Subject: [PATCH 2/3] Fix container name in README for local development --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97c0ef6..6178f66 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This site is written using [Jekyll](https://jekyllrb.com/), a static site genera ## Local Development -Build the container: `docker build -t putsite .` -Run the container: `docker run -p 4000:80 putsite` +Build the container: `docker build -t pubsite .` +Run the container: `docker run -p 4000:80 pubsite` 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. From cf5ef4db99ee5cddddec87e912c7fbdc11080b52 Mon Sep 17 00:00:00 2001 From: Noah Hanford Date: Thu, 5 Feb 2026 23:11:56 -0500 Subject: [PATCH 3/3] Update README with correct GitHub issue link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6178f66..dd300e5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This site is written using [Jekyll](https://jekyllrb.com/), a static site genera ## Local Development Build the container: `docker build -t pubsite .` -Run the container: `docker run -p 4000:80 pubsite` +Run the container: `docker run -p 4000:80 pubsite` or pick your favorite port 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. @@ -23,4 +23,4 @@ You can either edit files in the container, or rebuild the container when you wa ## Questions/Concerns -Please file an [Issue](https://github.com/ComputerScienceHouse/CSHPublicSite/issues/new) on this repository or contact [webmaster@csh.rit.edu](mailto:webmaster@csh.rit.edu) with inquiries about the site. +Please file an [Issue](https://github.com/ComputerScienceHouse/pubsite/issues/new) on this repository or contact [webmaster@csh.rit.edu](mailto:webmaster@csh.rit.edu) with inquiries about the site.