File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ The above will show a server accessible by a localhost address.
2323
2424## Adding New Group Meetings
2525
26- Edit the current semester file in ` semesters /` (e.g., ` semesters /fall25.md` ) and
27- add a new entry to the ` sessions ` list:
26+ Edit the current semester file in ` _semesters /` (e.g., ` _semesters /fall25.md` ) and
27+ add a new entry to the ` sessions ` list in the file :
2828
2929For a paper presentation:
3030``` yaml
@@ -48,10 +48,10 @@ For a project presentation or knowledge sharing:
4848
49491. Create a new semester file by copying the previous one:
5050` ` ` bash
51- cp semesters /fall25.md semesters /spring26.md
51+ cp _semesters /fall25.md _semesters /spring26.md
5252```
5353
54- 2 . Edit ` semesters /spring26.md` and update the front matter and description:
54+ 2 . Edit ` _semesters /spring26.md` and update the front matter and description:
5555``` yaml
5656---
5757layout : semester
@@ -90,4 +90,4 @@ The new semester will automatically appear in the navigation of all pages.
9090
9191## Deployment
9292
93- Commite and push all your changes to the main branch on GitHub.
93+ Commite and push all your changes to the main branch on GitHub.
You can’t perform that action at this time.
0 commit comments