Skip to content

Commit acbd1e2

Browse files
committed
defaults for the tutorial collection
1 parent 6b6fdff commit acbd1e2

14 files changed

+7
-13
lines changed

_config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ collections:
6161
source: https://github.com/lauramoore/lauramoore.github.io
6262
permalink: :collection/:title
6363

64+
defaults:
65+
- scope:
66+
path: ""
67+
type: "jekyll4fun"
68+
values:
69+
layout: "lesson"
70+
6471
#
6572
# !! You don't need to change any of the configuration flags below !!
6673
#

_jekyll4fun/1-get-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: lesson
32
title: Get Started
43
slug: get-started
54
chapter: 1

_jekyll4fun/10_themes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: lesson
32
title: Variations on a Theme
43
slug: working-with-themes
54
chapter: 10

_jekyll4fun/11_theme_layouts.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: lesson
32
title: Looking at Layouts
43
slug: looking-at-layouts
54
chapter: 11

_jekyll4fun/12_create_a_new_layout.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: lesson
32
title: Add A Layout for Collection
43
slug: working-with-layouts
54
chapter: 12

_jekyll4fun/13_about_includes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: lesson
32
title: About Includes
43
chapter: 13
54
---

_jekyll4fun/2-site-level-config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: lesson
32
title: Site Level Config
43
slug: site-level-config
54
chapter: 2

_jekyll4fun/3-first-blog-entry.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: lesson
32
title: Your First Blog Post
43
slug: your-first-blog-post
54
chapter: 3

_jekyll4fun/4-jekyll-conventions-review.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: lesson
32
title: Recap on Jekyll Conventions
43
slug: recap-jekyll-conventions
54
chapter: 4

_jekyll4fun/5_custom_collections.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: lesson
32
title: Working with Custom Collections
43
slug: working-with-custom-collections
54
chapter: 5

0 commit comments

Comments
 (0)