-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
69 lines (54 loc) · 2.08 KB
/
config.yaml
File metadata and controls
69 lines (54 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#------------------------------------------------------------
# Values for this lesson.
#------------------------------------------------------------
# Which carpentry is this (swc, dc, lc, or cp)?
# swc: Software Carpentry
# dc: Data Carpentry
# lc: Library Carpentry
# cp: Carpentries (to use for instructor training for instance)
# incubator: The Carpentries Incubator
# Note that you can also use a custom carpentry type. For more info,
# see the documentation: https://carpentries.github.io/sandpaper-docs/editing.html
carpentry: 'incubator'
# Custom carpentry description
# This will be used as the alt text for the logo
# carpentry_description: "Custom Carpentry"
# Overall title for pages.
title: 'Introduction to Version Control with Git and GitHub'
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: '2026-04-29'
# Comma-separated list of keywords for the lesson
keywords: 'lesson, The Carpentries, version control, git, github, Research Coding Club'
# Life cycle stage of the lesson
# refer to <https://docs.carpentries.org/resources/curriculum/lesson-life-cycle.html> for details
# possible values: pre-alpha, alpha, beta, stable
life_cycle: 'stable'
# License of the lesson materials (recommended CC-BY 4.0)
license: 'CC-BY-SA 4.0'
# Link to the source repository for this lesson
source: 'https://github.com/ResearchCodingClub/intro-to-version-control'
# Default branch of your lesson
branch: 'main'
# Who to contact if there are any issues
contact: 'peter.hill@york.ac.uk'
# Navigation ------------------------------------------------
#
# Order of episodes in your lesson
episodes:
- 00-introduction.md
- 01-basics.md
- 02-remotes.md
- 03-undoing-changes.md
- 04-branches.md
# Information for Learners
learners:
# Information for Instructors
instructors:
# Learner Profiles
profiles:
# Customisation ---------------------------------------------
#
# This space below is where custom yaml items (e.g. pinning
# sandpaper and varnish versions) should live
varnish: ResearchCodingClub/uoy-varnish@main
url: 'https://researchcodingclub.github.io/intro-to-version-control/'