diff --git a/_config.yml b/_config.yml index e4e21ca6..db6b231d 100644 --- a/_config.yml +++ b/_config.yml @@ -9,9 +9,6 @@ # cp: Carpentries (to use for instructor traning for instance) carpentry: "cp" -# Overall title for pages. -title: "Lesson Title" - #------------------------------------------------------------ # Generic settings (should not need to change). #------------------------------------------------------------ diff --git a/_data/lesson.yml b/_data/lesson.yml new file mode 100644 index 00000000..e055899e --- /dev/null +++ b/_data/lesson.yml @@ -0,0 +1,25 @@ +# Overall title for pages. +title: "Lesson Title" + +# Metadata +# Here you can add metadata to describe your lesson +# so that people and search engines can understand what it's about. +# Please try to use fields from the Schema.org CreativeWork type - https://schema.org/CreativeWork +description: "This is the template description. Keep me brief (2-3 sentences)" +keywords: # see: https://schema.org/keywords + - GitHub + - Forking + - Collaborative +audience: # see: https://schema.org/audience + - PostDoc students + - Early Career Researchers +license: "https://creativecommons.org/licenses/by/3.0/" # see: schema.org/license +author: # see: https://schema.org/author + - Homer Simpson + - Ned Flanders +contributor: # see: https://schema.org/contributor + - Barney Gumball + - Dr Nick Riviera +timeRequired: "1 hour" # see: https://schema.org/timeRequired +learningResourceType: "lesson plan" # see: https://schema.org/learningResourceType +citation: "How to cite a Training Material, John Smith et al, 2015" # see: https://schema.org/citation diff --git a/_includes/episode_navbar.html b/_includes/episode_navbar.html index ea368eba..f20efa2a 100644 --- a/_includes/episode_navbar.html +++ b/_includes/episode_navbar.html @@ -21,7 +21,7 @@