Skip to content

Commit 685203d

Browse files
committed
update front page
1 parent a3b030f commit 685203d

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The URL the site will be built for
2-
base_url = "https://rust-stuco.github.io"
2+
base_url = "https://old-rust-stuco.duvallj.pw"
33

44
# Whether to automatically compile all Sass files in the sass directory
55
compile_sass = true
@@ -11,10 +11,10 @@ build_search_index = false
1111
theme = "oceanic-zen"
1212

1313
# index.html page title
14-
title = "98-008: Rust Stuco"
14+
title = "OLD 98-008: Rust Stuco"
1515

1616
# index.html page description
17-
description = "The course website for 98-008: Student Taught Courses (StuCo): Shilling The Rust Programming Language"
17+
description = "The archived Spring '23 course website for 98-008: Student Taught Courses (StuCo): Shilling The Rust Programming Language"
1818

1919
[markdown]
2020
# Whether to do syntax highlighting

templates/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{% extends "oceanic-zen/templates/index.html" %}
22

33
{% block main %}
4-
<h1>98-008: Rust Stuco</h1>
4+
<h1>OLD 98-008: Rust Stuco</h1>
55
<div class="border"></div>
66
<p>
7-
Welcome to the course! This is where we'll be putting all of our most important links.
7+
This is the course website for 98-008, archived from the S23 semester (the last time it was taught by this pair of instructors). For the current version of the course website, see <a href="https://rust-stuco.github.io/">https://rust-stuco.github.io/</a>.
88
</p>
99
<ul>
10-
<li><a href="https://github.com/rust-stuco/syllabus/releases/latest/download/syllabus.pdf">Syllabus</a></li>
10+
<li><a href="https://github.com/rust-stuco/syllabus/releases/download/s23e2/syllabus.pdf">Syllabus</a></li>
1111
<li><a href="slides/">Slides</a></li>
1212
<li><a href="handouts/">Homework Handouts</a></li>
13-
<li><a href="https://www.gradescope.com/courses/488018">Homework Turnin (Gradescope)</a></li>
1413
</ul>
1514
{% endblock main %}

0 commit comments

Comments
 (0)