diff --git a/_config.yml b/_config.yml index b72b7b8..33b5ccb 100644 --- a/_config.yml +++ b/_config.yml @@ -27,7 +27,7 @@ carpentry: "swc" # dc-geospatial: for Data Carpentry Geospatial # swc-inflammation: for Software Carpentry based on the inflammation dataset # swc-gapminder: for Software Carpentry based on the Gapminder dataset -curriculum: "FIXME" +curriculum: "swc-inflammation" # If there is both an R and python official version of a curriculum # (as listed on https://software-carpentry.org/lessons/ and @@ -35,7 +35,7 @@ curriculum: "FIXME" # value of the variable below ("flavor") to get the schedule and installation # instructions updated accordingly (valid values are 'r' or 'python'). # Note: this is only for Data Carpentry and SWC at this time. -flavor: "FIXME" +flavor: "python" # Overall title for the Workshop. # This variable is used to (optionally) add a title in the "jumbotron" @@ -43,7 +43,7 @@ flavor: "FIXME" # Most workshops don't use extra pages. More information about extra # pages are included in the README: # https://github.com/carpentries/workshop-template#creating-extra-pages -title: "Workshop Title" +title: "NOAA Python Workshop" #------------------------------------------------------------