From c693966d4eeb54dd6bb7578136c860e3d3e92faf Mon Sep 17 00:00:00 2001 From: Kevin Lin <kevinl@cs.uw.edu> Date: Tue, 20 Apr 2021 09:22:30 -0700 Subject: [PATCH] _config.yml: Update for Summer 2021 --- _config.yml | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/_config.yml b/_config.yml index fc61d57..ecd3c2b 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 © 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 © 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 -- GitLab