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
8 changes: 4 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
carpentry: 'lc'

# Alt-text description of the lesson.
carpentry_description: 'Lesson Description'
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'

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

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

# Comma-separated list of keywords for the lesson
keywords: 'software, data, lesson, The Carpentries, containers, virtual machines, Docker, VirtualBox'
Expand All @@ -34,13 +34,13 @@ life_cycle: 'beta'
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/LibraryCarpentry/lc-containers_vms'

# Default branch of your lesson
branch: 'main'

# Who to contact if there are any issues
contact: 'team@carpentries.org' # FIXME
contact: ~

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