diff --git a/_config.yml b/_config.yml
index fc61d570fbbe9b36970c61df8b78da94e25e3e60..ecd3c2b4a6e5ed3a3bc01e1ae15bbe6e1fbfc8c3 100644
--- a/_config.yml
+++ b/_config.yml
@@ -13,11 +13,11 @@
 # you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on.
 # You can create any custom variable you would like, and they will be accessible
 # in the templates via {{ site.myvariable }}.
-title: Just the Class
-tagline: A Jekyll template for course websites
-description: A modern, highly customizable, responsive Jekyll template for course websites
+title: CSE 373
+tagline: Data Structures and Algorithms
+description: Design, analysis, and critique of canonical algorithms.
 author: Kevin Lin
-baseurl: '/courses/cseXXX/XXxx' # the subpath of your site, e.g. /blog
+baseurl: '/courses/cse373/21su' # the subpath of your site, e.g. /blog
 url: 'https://courses.cs.washington.edu' # the base hostname & protocol for your site, e.g. http://example.com
 exclude: ["Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
 google_site_verification: 'QclY_1udbdKts462GzFHLmFoaioICIQ16kjZumjRJIg'
@@ -25,21 +25,14 @@ google_site_verification: 'QclY_1udbdKts462GzFHLmFoaioICIQ16kjZumjRJIg'
 # Theme settings
 remote_theme: pmarsceill/just-the-docs@v0.3.3
 color_scheme: light
-search_enabled: true
+search_enabled: false
 heading_anchors: true
 permalink: pretty
-aux_links:
-  Advising:
-    - 'https://cs.washington.edu/academics/ugrad/advising'
-  Feedback:
-    - 'https://feedback.cs.washington.edu/'
-aux_links_new_tab: true
-footer_content: 'Kevin Lin &copy; 2020 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>'
+footer_content: 'Kevin Lin &copy; 2021 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>'
 
 # Collections for website data
 collections:
   staffers:
-  modules:
 # Default layouts for each collection type
 defaults:
   - scope:
@@ -50,11 +43,6 @@ defaults:
       height: 300
       subpath: '/assets/images/'
       width: 300
-  - scope:
-      path: ''
-      type: modules
-    values:
-      layout: module
 
 compress_html:
   clippings: all