From ee5b8451071443a2a2242af831e147ed8b37aa2c Mon Sep 17 00:00:00 2001 From: "Mark A. Matienzo" Date: Fri, 19 May 2017 11:41:27 -0700 Subject: [PATCH] Add reference to 'lc' values in README and _config.yml --- README.md | 4 ++-- _config.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b6c595..56679a3 100644 --- a/README.md +++ b/README.md @@ -181,8 +181,8 @@ and styling them according to the instructions give in If you do this, you *must* also edit `_config.yml` to set these three values: -1. `carpentry` is either "dc" (for Data Carpentry) or "swc" (for Software Carpentry). - This determines which logos are loaded. +1. `carpentry` is either "dc" (for Data Carpentry), "swc" (for Software Carpentry), + or "lc" (for Library Carpentry). This determines which logos are loaded. 2. `title` is the title of your workshop (typically the venue and date). diff --git a/_config.yml b/_config.yml index 9034d20..7369524 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ # Values for this workshop. #------------------------------------------------------------ -# Which carpentry is this ("swc" or "dc")? +# Which carpentry is this ("swc", "dc", or "lc")? carpentry: "swc" # Overall title for pages.