diff --git a/_config.yml b/_config.yml index df29a9e26a45f8e2d59b5bc60c34e7c949e1aefa..670fac45db31127cd111a6b65214775b10c0e241 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: &title Just the Class +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 @@ -40,9 +40,6 @@ collections: modules: schedules: announcements: - lessons: - permalink: '/:collection/:path/' - output: true # Default layouts for each collection type defaults: - scope: @@ -65,18 +62,6 @@ defaults: type: announcements values: layout: announcement - - scope: - path: '' - type: lessons - values: - layout: page -# Configure collections for Just the Docs -just_the_docs: - collections: - pages: - name: *title - lessons: - name: Lessons compress_html: clippings: all diff --git a/_lessons/java-git.md b/_lessons/java-git.md deleted file mode 100644 index 77c80ea713a73a8d70fc20254bee12f050c2bd41..0000000000000000000000000000000000000000 --- a/_lessons/java-git.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Java & Git ---- - -``` -public class String implements Comparable<String> { - ... -} -``` -{: overlay="Client" } - -Term A -: Definition A - -Term B -: Definition B.A -: Definition B.B -: Definition B.C diff --git a/_modules/week-01.md b/_modules/week-01.md index ebe3287574f01e2bc7032d8df52e38ae3afa9fde..9af2bd488ce46b372efb98a7293eafb96b7d30f4 100644 --- a/_modules/week-01.md +++ b/_modules/week-01.md @@ -3,7 +3,7 @@ title: Introduction to Java --- Sep 28 -: [Java & Git]({{ site.baseurl }}{% link _lessons/java-git.md %}) +: [Java & Git](#) : [1.1](#) Sep 29