Skip to content

Commit b0b2ba2

Browse files
authored
First update of config.yaml
Used real values to add title, contact details, keywords, etc.
1 parent 89cb9ba commit b0b2ba2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@
1111
carpentry: 'incubator'
1212

1313
# Overall title for pages.
14-
title: 'Lesson Title' # FIXME
14+
title: 'JupyterHub Administration to Empower Research Communities'
1515

1616
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
17-
created: ~ # FIXME
17+
created: 2024-01-24
1818

1919
# Comma-separated list of keywords for the lesson
20-
keywords: 'software, data, lesson, The Carpentries' # FIXME
20+
keywords: 'software, Jupyter, lesson, cloud computing, interactive computing, The Carpentries'
2121

2222
# Life cycle stage of the lesson
2323
# possible values: pre-alpha, alpha, beta, stable
24-
life_cycle: 'pre-alpha' # FIXME
24+
life_cycle: 'pre-alpha'
2525

2626
# License of the lesson
2727
license: 'CC-BY 4.0'
2828

2929
# Link to the source repository for this lesson
30-
source: 'https://github.com/carpentries/workbench-template-md' # FIXME
30+
source: 'https://github.com/czi-catalystproject/hub-champion-training'
3131

3232
# Default branch of your lesson
3333
branch: 'main'
3434

3535
# Who to contact if there are any issues
36-
contact: 'team@carpentries.org' # FIXME
36+
contact: 'support@2i2c.org'
3737

3838
# Navigation ------------------------------------------------
3939
#

0 commit comments

Comments
 (0)