From 0008a8219bdd279f1184bdabda790069ad406852 Mon Sep 17 00:00:00 2001 From: Kevin Lin <kevinl@cs.uw.edu> Date: Fri, 26 Jun 2020 15:43:33 -0700 Subject: [PATCH] _config.yml, index.html: Jekyll theme -> template --- _config.yml | 2 +- index.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 3c25654..b6984b4 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. title: Just the Class -description: A Jekyll theme for course websites. +description: A Jekyll template for course websites. author: Kevin Lin email: me@example.com baseurl: '/just-the-class' # the subpath of your site, e.g. /blog diff --git a/index.md b/index.md index e62d234..a974010 100644 --- a/index.md +++ b/index.md @@ -3,8 +3,7 @@ layout: home title: Home nav_order: 0 description: >- - Just the Class is a modern, highly customizable, responsive Jekyll theme - for developing course websites. + Just the Class is a modern, highly customizable, responsive Jekyll template for course websites. --- # {{ site.description }} -- GitLab