Skip to content

Commit e99d646

Browse files
Merge pull request #1 from IEEEBerkeley/fa25
cleanup syllabus, remove zoom/playlist links
2 parents c674a39 + 29224e4 commit e99d646

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ heading_links:
7777
url: "https://www.youtube.com/playlist?list=PLp8QV47qJEg4fg0UAZzU2FeuZrs6XMjkK"
7878

7979
# - Used on staff.md to show students the staff email.
80-
staff_email: "evanbot@berkeley.edu"
80+
staff_email: "151tapeout@ieee.berkeley.edu"
8181

8282
# - Use this to show/hide the "announcements" feature on the homepage.
8383
# - Add your weekly announcements in the _announcements folder.

_data/lectures.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
# - You should not need to change these unless you're rebuilding the website.
7878
# - If your lecture slides are Google Slides links, ignore this.
7979
# - If your lecture slides are PDFs in this repo, update this.
80-
lecture_prefix: "/assets/lectures/cs101-sp25-lec"
80+
# lecture_prefix: "/assets/lectures/cs101-sp25-lec"
8181
# - If your readings are PDFs in the repo, update this and readings.html.
8282
# - If your readings are external links, then ignore this.
83-
readings_prefix: "/assets/notes/cs101-sp25-note"
83+
# readings_prefix: "/assets/notes/cs101-sp25-note"
8484

8585
lectures:
8686
- title: "Sign up for the Decal! To avoid dead links, see the forms above. We start a week later than standard classes."

_data/week_extra.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
# This is not recommended, because the "Week" column isn't really meant for long text.
3030

3131
week_extra:
32-
- name: ""
33-
link: ""
34-
- name: "Survey"
35-
link: "https://forms.gle/FFTFQmv2UJqooukH7"
36-
- name: ""
37-
link: ""
38-
- name: "Survey"
39-
link: "https://forms.gle/LeAN3ud6sejxEy5z7"
40-
hide_extra: true
41-
- name: "Survey"
42-
link: "https://forms.gle/vMq7Qu8RGPQ2pDwj8"
32+
# - name: ""
33+
# link: ""
34+
# - name: "Survey"
35+
# link: "https://forms.gle/FFTFQmv2UJqooukH7"
36+
# - name: ""
37+
# link: ""
38+
# - name: "Survey"
39+
# link: "https://forms.gle/LeAN3ud6sejxEy5z7"
40+
# hide_extra: true
41+
# - name: "Survey"
42+
# link: "https://forms.gle/vMq7Qu8RGPQ2pDwj8"

index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ hide_right_toc: true
2929
{%- endif -%}
3030
</span>
3131
{% endif -%}
32+
3233
{%- if site.heading_links.size != 0 -%}
33-
<span style="white-space: nowrap;">
34+
<!-- <span style="white-space: nowrap;">
3435
[
3536
{%- for link in site.heading_links -%}
3637
{%- unless forloop.first -%}, {% endunless -%}
@@ -41,7 +42,7 @@ hide_right_toc: true
4142
{%- endif -%}
4243
{%- endfor -%}
4344
]
44-
</span>
45+
</span> -->
4546
{% endif -%}
4647

4748
{%- if site.enable_announcements -%}

0 commit comments

Comments
 (0)