Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
# lc: Library Carpentry
# cp: Carpentries (to use for instructor training for instance)
# incubator: The Carpentries Incubator
carpentry: 'incubator'
carpentry: 'lc'

# Overall title for pages.
title: 'Lesson Title'
title: 'Visualising data using R'

# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: '2024-07-31'

# Comma-separated list of keywords for the lesson
keywords: 'software, data, lesson, The Carpentries'
keywords: 'software, data, lesson, KUB Datalab'

# Life cycle stage of the lesson
# possible values: pre-alpha, alpha, beta, stable
life_cycle: 'pre-alpha'

# License of the lesson materials (recommended CC-BY 4.0)
license: 'CC-BY 4.0'
license: 'CC BY-NC-SA 4.0'

# Link to the source repository for this lesson
source: 'https://github.com/chrbknudsen/R-visualisation_new'
Expand All @@ -33,7 +33,7 @@ source: 'https://github.com/chrbknudsen/R-visualisation_new'
branch: 'main'

# Who to contact if there are any issues
contact: 'team@carpentries.org'
contact: 'kubdatalab@kb.dk'

# Navigation ------------------------------------------------
#
Expand Down