Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 1e07048

Browse files
committed
changed name of lesson cover page to clean up file structure
1 parent 6971905 commit 1e07048

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ information.
5454

5555
The content linked to each tile on the home page is held within a single folder in the `lessons` directory. Each lesson
5656
folder is called `XX_keyword`, where `XX` is the order content is displayed via tiles on the home page, and `keyword` is
57-
a brief description of the content. Edits can be made to the descriptive information contained in the `cover_page.md` (the page that opens when a tile is selected on the home page). If education materials include slides, these slides are in a file called
57+
a brief description of the content. Edits can be made to the descriptive information contained in the `lesson_cover.md` (the page that opens when a tile is selected on the home page). If education materials include slides, these slides are in a file called
5858
`slides.md`. Do not use another filename. For example, the [demonstration
5959
lesson][demolessonhtml] markdown file can be [viewed here][demolessonmd]. This
6060
demonstration lesson showcases most of the features you can use if publishing slides.

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ url: "" # the base hostname & protocol for your site, e.g. http://example.com
77
twitter_username: DataONEorg
88
github_username: DataONEorg
99
analytics_code: "UA-15017327-22"
10-
show_content_type_filter: 1 #Set this to 1 to show the "Filter by content type" option on the home page.
10+
show_content_type_filter: 0 #Set this to 1 to show the "Filter by content type" option on the home page.
1111

1212
# Format for the slides, can be either 16:9 or 4:3
1313
format: '4:3'

lessons/00_markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Moving the lessons to github"
33
author: DataONE Community Engagement & Outreach
4-
layout: cover_page
4+
layout: lesson_cover
55
update: 2017-04-07T12:00:00Z
66
version: 0.1
77
hide: 1

lessons/01_management/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
update: 2017-04-06
3-
layout: cover_page
3+
layout: lesson_cover
44
status: published
55
version: 1.0
66
tags: ["Data Management", Plan, Collect, Integrate, Assure, Preserve, Describe, Discover, Analyze]

lessons/02_datasharing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
update: 2017-04-06
3-
layout: cover_page
3+
layout: lesson_cover
44
status: published
55
tags: ["Data Management", "Data Sharing", Plan, Collect, Integrate, Assure, Preserve, Describe, Discover, Analyze]
66
categories: ["Teaching Module" ]

lessons/03_planning/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
update: Sept. 20, 2016
3-
layout: cover_page
3+
layout: lesson_cover
44
status: published
55
tags: ["Data Management", Plan]
66
categories: ["Teaching Module" ]

lessons/04_entry/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
update: 2017-03-29
3-
layout: cover_page
3+
layout: lesson_cover
44
status: published
55
tags: ["Data Management", Collect, Integrate]
66
categories: ["Teaching Module" ]

lessons/05_qaqc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
update: 2017-04-06
3-
layout: cover_page
3+
layout: lesson_cover
44
tags: ["Data Management", Assure, QAQC, Collect]
55
categories: ["Teaching Module"]
66
status: published

lessons/06_protect/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
update: 2017-04-06
3-
layout: cover_page
3+
layout: lesson_cover
44
tags: ["Data Management", Preserve, Assure]
55
categories: ["Teaching Module"]
66
status: published

lessons/07_metadata/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
update: 2017-04-06
3-
layout: cover_page
3+
layout: lesson_cover
44
tags: ["Data Management", Describe]
55
categories: ["Teaching Module"]
66
status: published

0 commit comments

Comments
 (0)