From 04913742639490eafb7c61abef3ce1a64326516e Mon Sep 17 00:00:00 2001
From: Jennifer Mankoff <jmankoff@cs.washington.edu>
Date: Tue, 3 Jan 2023 16:49:45 -0800
Subject: [PATCH] Moved to production version of site

---
 Gemfile                | 2 +-
 _config.yml            | 7 ++-----
 _config_production.yml | 4 ++--
 index.md               | 1 -
 schedule.md            | 1 -
 5 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/Gemfile b/Gemfile
index b9798857..f17fa671 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,7 +24,7 @@ group :jekyll_plugins do
   gem "jekyll-assets"
   gem 'jekyll-font-awesome-sass'
   gem "font-awesome-sass"
-  gem "sprockets"
+  gem "sprockets", "~> 3.7"
   gem "kramdown-parser-gfm"
   gem 'remark'
   gem 'jekyll-mermaid'
diff --git a/_config.yml b/_config.yml
index 8c3b5032..87b00649 100644
--- a/_config.yml
+++ b/_config.yml
@@ -23,16 +23,13 @@ gradescope: https://www.gradescope.com/courses/tbd
 paginate:            5
 quarter: "Winter 2023"
 classnum: "CSEP 590b"
-copydate: "9/30/22"
+copydate: "01/03/23"
 status: draft
-warning: old
+warning: 
 hcibook: "No HCI Textbook, just readings"
 androidbook: "No Android Textbook, just readings"
 
 paginate:            5
-quarter: "Winter 2023"
-copydate: "9/30/22"
-status: draft
 author:
     name: Jennifer Mankoff
     url: "https://make4all.org/jennifer-mankoff/"
diff --git a/_config_production.yml b/_config_production.yml
index 78f97672..f63900eb 100644
--- a/_config_production.yml
+++ b/_config_production.yml
@@ -23,8 +23,8 @@ paginate:            5
 quarter: "Winter 2023"
 classnum: "CSEP 590b"
 copydate: "9/30/22"
-status: draft
-warning: old
+status: published
+warning: 
 
 author:
     name: Jennifer Mankoff
diff --git a/index.md b/index.md
index 9a5b1ac5..bb8844d2 100755
--- a/index.md
+++ b/index.md
@@ -1,6 +1,5 @@
 ---
 layout: default
-warning: draft
 ---
 
 <h1> Welcome to Class! </h1>
diff --git a/schedule.md b/schedule.md
index bb83aadc..0b1668f8 100644
--- a/schedule.md
+++ b/schedule.md
@@ -1,6 +1,5 @@
 ---
 layout: default
-warning: draft
 ---
 
 * TOC
-- 
GitLab