generated from kevinlin1/just-the-class
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b21528c
commit ebec572
Showing
12 changed files
with
88 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
layout: page | ||
title: Calendar | ||
description: Listing of course modules and topics. | ||
nav_order: 1 | ||
description: Class schedule. | ||
nav_order: 2 | ||
--- | ||
|
||
# Calendar | ||
# Weekly Calendar | ||
|
||
{% for module in site.modules %} | ||
{{ module }} | ||
{% for calendar in site.calendars %} | ||
{{ calendar }} | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,31 @@ | ||
--- | ||
title: Documentation | ||
permalink: /docs/ | ||
published: true | ||
layout: page | ||
has_children: true | ||
--- | ||
|
||
# Berkeley Class Site | ||
|
||
The documentation here is a brief overview for course staff. | ||
Most | ||
{: .important-title } | ||
> Don't Publish These Docs | ||
> | ||
> This folder (`docs/`) is _published_ in the berkeley-class-site repo for readability, and to add as further test cases. It is recommended that you remove `docs/` from you local course websites, or set `published: false` on these files. | ||
The documentation here is a brief overview for course staff. Most customization should be done by reviewing the [Just the Docs][jtd] documentation. | ||
|
||
This website is built using [Jekyll][jekyll] and deployed to [GitHub Pages][gh_pages]. When you push to GitHub, the website is automatically compiled and updated. | ||
|
||
[jekyll]: https://jekyllrb.com | ||
[gh_pages]: https://pages.github.com | ||
[jtd]: https://just-the-docs.github.io/just-the-docs/ | ||
|
||
## Tasks for each semester: | ||
|
||
- [ ] Make a new respository. It is easiest to name it the semester shortcut, like `fa24`. | ||
- [ ] Search the repo for `TODO() | ||
- [ ] Make a new respository. | ||
- Start by clicking "Use Template" on berkeley-class-site" | ||
- It is easiest to name it the semester shortcut, like `fa24`, i.e. the `baseurl` of your website. | ||
- [ ] Search the repo for `TODO(setup)` | ||
- [ ] Copy files from previous semester. | ||
- [ ] More to come. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
--- | ||
layout: page | ||
title: Schedule | ||
description: The weekly event schedule. | ||
nav_order: 2 | ||
description: Course topics, lectures, and assignments schedule. | ||
|
||
nav_order: 1 | ||
published: true | ||
--- | ||
|
||
# Weekly Schedule | ||
# Schedule | ||
|
||
{% for schedule in site.schedules %} | ||
{{ schedule }} | ||
{% for module in site.modules %} | ||
{{ module }} | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Course Scripts | ||
|
||
Use this folder to store custom scripts for your class. | ||
|
||
`script/template/` includes tools provided by the template for your use. You should keep this around. | ||
|
||
## Template Scripts | ||
|
||
There are no working scripts yet. :( |
Empty file.
Empty file.