Skip to content

Commit 101bee6

Browse files
authored
Update README.md
1 parent 3740128 commit 101bee6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ This template is heavily based on [svmiller / course-website](https://github.com
4848

4949
Pro Tip: You don't need to clone your repo to update your website. Use GitHub web UI to update its source files, and GitHub will build and deploy your website automatically!
5050

51+
**Best Practice for managing repositories**: If you plan to use this template for university courses, and the course is offered for multiple semesters/quarters, I suggests you to create a GitHub account or an Organization for it. Then, create new repoository under that account/organization for each semester.
52+
- Example:
53+
- Course name: CS101
54+
- Semester: Fall 2020
55+
- School name: CMU
56+
- => account/org name: `cmu-cs101`
57+
- => repo name: `fa2020`
58+
- => website address will be: `https://cmu-cs101.github.io/fa2020/`
59+
5160
# How to test your website locally
5261
1. Install Jekyll ([Installation guide](https://jekyllrb.com/docs/installation/))
5362
2. Clone your repo

0 commit comments

Comments
 (0)