Skip to content
Snippets Groups Projects
Commit 08da01c3 authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

Remove lessons to simplify out-of-box experience

parent 280847e5
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on. # 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 # You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}. # in the templates via {{ site.myvariable }}.
title: &title Just the Class title: Just the Class
tagline: A Jekyll template for course websites tagline: A Jekyll template for course websites
description: A modern, highly customizable, responsive Jekyll template for course websites description: A modern, highly customizable, responsive Jekyll template for course websites
author: Kevin Lin author: Kevin Lin
...@@ -40,9 +40,6 @@ collections: ...@@ -40,9 +40,6 @@ collections:
modules: modules:
schedules: schedules:
announcements: announcements:
lessons:
permalink: '/:collection/:path/'
output: true
# Default layouts for each collection type # Default layouts for each collection type
defaults: defaults:
- scope: - scope:
...@@ -65,18 +62,6 @@ defaults: ...@@ -65,18 +62,6 @@ defaults:
type: announcements type: announcements
values: values:
layout: announcement 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: compress_html:
clippings: all clippings: all
......
---
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
...@@ -3,7 +3,7 @@ title: Introduction to Java ...@@ -3,7 +3,7 @@ title: Introduction to Java
--- ---
Sep 28 Sep 28
: [Java & Git]({{ site.baseurl }}{% link _lessons/java-git.md %}) : [Java & Git](#)
: [1.1](#) : [1.1](#)
Sep 29 Sep 29
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment