diff --git a/_config.yml b/_config.yml index 2745a911767be3846580fd5e77a26ad4bd0c54f5..87006e1451ede581211df61ed04ee933f0a1c166 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ # 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 +title: &title Just the Class tagline: A Jekyll template for course websites description: A modern, highly customizable, responsive Jekyll template for course websites author: Kevin Lin @@ -38,6 +38,9 @@ footer_content: # Collections for website data collections: announcements: + lessons: + permalink: '/:collection/:path/' + output: true modules: schedules: staffers: @@ -48,6 +51,11 @@ defaults: type: announcements values: layout: announcement + - scope: + path: '' + type: lessons + values: + layout: page - scope: path: '' type: modules @@ -63,6 +71,13 @@ defaults: type: staffers values: layout: staffer +# Configure collections for Just the Docs +just_the_docs: + collections: + pages: + name: *title + lessons: + name: Lessons compress_html: clippings: all