From d9bcdc4fc5014220e56baf07a68f168eb1b8e9f0 Mon Sep 17 00:00:00 2001 From: Neil Shephard Date: Mon, 8 Jan 2024 15:06:32 +0000 Subject: [PATCH] Adding varnish and setting key information in config.yaml --- config.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config.yaml b/config.yaml index b3bfd79..5248792 100644 --- a/config.yaml +++ b/config.yaml @@ -11,13 +11,13 @@ carpentry: 'incubator' # Overall title for pages. -title: 'Lesson Title' # FIXME +title: 'Atomic Force Microscopy Image Processing with TopoStats' # FIXME # Date the lesson was created (YYYY-MM-DD, this is empty by default) -created: ~ # FIXME +created: 2024-01-08 # FIXME # Comma-separated list of keywords for the lesson -keywords: 'software, data, lesson, The Carpentries' # FIXME +keywords: 'software, data, lesson, The Carpentries, atomic force microscopy, afm, image processing' # FIXME # Life cycle stage of the lesson # possible values: pre-alpha, alpha, beta, stable @@ -27,13 +27,13 @@ life_cycle: 'pre-alpha' # FIXME license: 'CC-BY 4.0' # Link to the source repository for this lesson -source: 'https://github.com/carpentries/workbench-template-md' # FIXME +source: 'https://github.com/AFM-SPM/topostats-training' # FIXME # Default branch of your lesson branch: 'main' # Who to contact if there are any issues -contact: 'team@carpentries.org' # FIXME +contact: 'topostats@sheffield.ac.uk' # FIXME # Navigation ------------------------------------------------ # @@ -58,21 +58,21 @@ contact: 'team@carpentries.org' # FIXME # - another-learner.md # Order of episodes in your lesson -episodes: +episodes: - introduction.md # Information for Learners -learners: +learners: # Information for Instructors -instructors: +instructors: # Learner Profiles -profiles: +profiles: # Customisation --------------------------------------------- # # This space below is where custom yaml items (e.g. pinning # sandpaper and varnish versions) should live - - +varnish: RSE-Sheffield/uos-varnish@main +url: 'afm-spm.github.io/topostats-training'