diff --git a/_config.yml b/_config.yml index 3cda65e6..db6b231d 100644 --- a/_config.yml +++ b/_config.yml @@ -9,22 +9,6 @@ # cp: Carpentries (to use for instructor traning for instance) carpentry: "cp" -# 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: GitHub, Forking, Collaborative # see: https://schema.org/keywords -audience: [PostDoc students, Early Career Researchers] # see: https://schema.org/audience -license: "https://creativecommons.org/licenses/by/3.0/" # see: schema.org/license -author: [Homer Simpson, Ned Flanders] # see: https://schema.org/author -contributor: [Barney Gumball, Dr Nick Riviera] # see: https://schema.org/contributor -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 -dateCreated: 2016-05-01 - #------------------------------------------------------------ # Generic settings (should not need to change). #------------------------------------------------------------ diff --git a/_data/lesson.yml b/_data/lesson.yml new file mode 100644 index 00000000..b4dfbc3c --- /dev/null +++ b/_data/lesson.yml @@ -0,0 +1,15 @@ +# 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: GitHub, Forking, Collaborative # see: https://schema.org/keywords +audience: [PostDoc students, Early Career Researchers] # see: https://schema.org/audience +license: "https://creativecommons.org/licenses/by/3.0/" # see: schema.org/license +author: [Homer Simpson, Ned Flanders] # see: https://schema.org/author +contributor: [Barney Gumball, Dr Nick Riviera] # see: https://schema.org/contributor +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 +dateCreated: 2016-05-01 diff --git a/_includes/episode_navbar.html b/_includes/episode_navbar.html index c2bc80e8..26ab7fb2 100644 --- a/_includes/episode_navbar.html +++ b/_includes/episode_navbar.html @@ -13,7 +13,7 @@