diff --git a/config.yaml b/config.yaml index 533588f6..e348cce6 100644 --- a/config.yaml +++ b/config.yaml @@ -11,29 +11,29 @@ carpentry: 'incubator' # Overall title for pages. -title: 'Lesson Title' # FIXME +title: 'Performance Profiling & Optimisation (Python)' # Date the lesson was created (YYYY-MM-DD, this is empty by default) created: ~ # FIXME # Comma-separated list of keywords for the lesson -keywords: 'software, data, lesson, The Carpentries' # FIXME +keywords: 'python, profiling, optimisation, data structures, algorithms' # Life cycle stage of the lesson # possible values: pre-alpha, alpha, beta, stable -life_cycle: 'pre-alpha' # FIXME +life_cycle: 'pre-alpha' # License of the lesson 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/RSE-Sheffield/pando-python' # Default branch of your lesson branch: 'main' # Who to contact if there are any issues -contact: 'team@carpentries.org' # FIXME +contact: 'robert.chisholm@sheffield.ac.uk' # Navigation ------------------------------------------------ # @@ -76,4 +76,4 @@ profiles: # sandpaper and varnish versions) should live varnish: RSE-Sheffield/uos-varnish@main -url: 'rse-sheffield.github.io/pando-python' +url: 'rse.shef.ac.uk/pando-python'