From 4ec97dae54389e2e5763cc3147075bbe14c1fb1a Mon Sep 17 00:00:00 2001
From: Kevin Lin <kevinl@cs.uw.edu>
Date: Mon, 13 Apr 2020 09:08:49 -0700
Subject: [PATCH] _config.yml: Remove nav_links and footer_content, tidy-up
 aux_links

---
 _config.yml | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/_config.yml b/_config.yml
index e087d89..45ea3b4 100644
--- a/_config.yml
+++ b/_config.yml
@@ -28,18 +28,12 @@ search_enabled: true
 heading_anchors: true
 permalink: pretty
 nav_links:
-  Okpy:
-    - 'https://okpy.org'
-  Gradescope:
-    - 'https://gradescope.com'
-  Piazza:
-    - 'https://piazza.com'
 aux_links:
-  'Kevin Lin':
+  Kevin Lin:
     - 'https://kevinl.info'
-  'Just the Class on GitHub':
+  Just the Class on GitHub:
     - 'https://github.com/kevinlin1/just-the-class'
-footer_content: "Based on <a href=\"https://github.com/pmarsceill/just-the-docs\">Just the Docs</a> by Patrick Marsceill."
+footer_content:
 
 # Collections for website data
 collections:
-- 
GitLab