Skip to content

Commit 1980535

Browse files
authored
Merge pull request #34 from LibraryCarpentry/33-fix-source-link-in-lesson-website
Fix metadata in config.yaml (#33)
2 parents 33b4507 + 69b615a commit 1980535

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
carpentry: 'lc'
1616

1717
# Alt-text description of the lesson.
18-
carpentry_description: 'Lesson Description'
18+
carpentry_description: 'Introduces virtual machines and containers to a novice audience of librarians, subject specialists, and library staff with interest or work that intersects data management, data science, or research computing'
1919

2020
# Overall title for pages.
2121
title: 'A gentle, hands-on introduction to containers and virtual machines'
2222

2323
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
24-
created: ~ # FIXME
24+
created: 2025-10-30
2525

2626
# Comma-separated list of keywords for the lesson
2727
keywords: 'software, data, lesson, The Carpentries, containers, virtual machines, Docker, VirtualBox'
@@ -34,13 +34,13 @@ life_cycle: 'beta'
3434
license: 'CC-BY 4.0'
3535

3636
# Link to the source repository for this lesson
37-
source: 'https://github.com/carpentries/workbench-template-md' # FIXME
37+
source: 'https://github.com/LibraryCarpentry/lc-containers_vms'
3838

3939
# Default branch of your lesson
4040
branch: 'main'
4141

4242
# Who to contact if there are any issues
43-
contact: 'team@carpentries.org' # FIXME
43+
contact: ~
4444

4545
# Navigation ------------------------------------------------
4646
#

0 commit comments

Comments
 (0)