Skip to content

Commit

Permalink
remove unused pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsilver committed Aug 3, 2024
1 parent b63f134 commit c064b22
Show file tree
Hide file tree
Showing 19 changed files with 15 additions and 151 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ _site/
node_modules/
vendor/
.ruby-version
.DS_Store
8 changes: 0 additions & 8 deletions _announcements/week-0.md

This file was deleted.

10 changes: 0 additions & 10 deletions _announcements/week-1.md

This file was deleted.

10 changes: 3 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ collections:
staffers:
modules:
schedules:
announcements:
# Default layouts for each collection type
defaults:
- scope:
Expand All @@ -43,7 +42,7 @@ defaults:
values:
layout: staffer
height: 300
subpath: '/assets/images/'
subpath: 'assets/images/'
width: 300
- scope:
path: ''
Expand All @@ -55,11 +54,6 @@ defaults:
type: schedules
values:
layout: schedule
- scope:
path: ''
type: announcements
values:
layout: announcement

compress_html:
clippings: all
Expand All @@ -72,3 +66,5 @@ compress_html:
liquid:
error_mode: strict
strict_filters: true

favicon_ico: "/assets/images/robot-favicon.png"
14 changes: 0 additions & 14 deletions _layouts/announcement.html

This file was deleted.

11 changes: 0 additions & 11 deletions _sass/custom/announcement.scss

This file was deleted.

1 change: 0 additions & 1 deletion _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@import 'card';

// Just the Class styles
@import 'announcement';
@import 'module';
@import 'schedule';
@import 'staffer';
Expand Down
9 changes: 0 additions & 9 deletions _staffers/evil-kevin.md

This file was deleted.

11 changes: 0 additions & 11 deletions _staffers/kevin.md

This file was deleted.

9 changes: 0 additions & 9 deletions _staffers/more-evil-kevin.md

This file was deleted.

9 changes: 0 additions & 9 deletions _staffers/really-evil-kevin.md

This file was deleted.

9 changes: 9 additions & 0 deletions _staffers/tom_silver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Tom Silver
role: Instructor
email: [email protected]
website: https://tomsilver.github.io/
photo: tomsilver3-high-res.jpg
meta:
Office Hours: TBD
---
33 changes: 0 additions & 33 deletions about.md

This file was deleted.

15 changes: 0 additions & 15 deletions announcements.md

This file was deleted.

Binary file removed assets/images/kevin.jpg
Binary file not shown.
Binary file added assets/images/robot-favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/tomsilver3-high-res.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions schedule.md

This file was deleted.

5 changes: 2 additions & 3 deletions staff.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ description: A listing of all the course staff members.

# Staff

Staff information is stored in the `_staffers` directory and rendered according to the layout file, `_layouts/staffer.html`.

## Instructors
## Instructor

{% assign instructors = site.staffers | where: 'role', 'Instructor' %}
{% for staffer in instructors %}
Expand All @@ -18,6 +16,7 @@ Staff information is stored in the `_staffers` directory and rendered according
{% assign teaching_assistants = site.staffers | where: 'role', 'Teaching Assistant' %}
{% assign num_teaching_assistants = teaching_assistants | size %}
{% if num_teaching_assistants != 0 %}

## Teaching Assistants

{% for staffer in teaching_assistants %}
Expand Down

0 comments on commit c064b22

Please sign in to comment.