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
20 changes: 16 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ carpentry: 'intersect'
carpentry_description: 'Collaborative Git'

# Overall title for pages.
title: 'Collaborative Git' # FIXME
title: 'Collaborative Git'

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

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

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

# License of the lesson
license: 'CC-BY 4.0'
Expand All @@ -40,7 +40,7 @@ source: 'https://github.com/INTERSECT-training/collaborative-git' # FIXME
branch: 'main'

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

# Navigation ------------------------------------------------
#
Expand Down Expand Up @@ -86,3 +86,15 @@ profiles:
# sandpaper and varnish versions) should live

varnish: intersect-training/varnish

analytics: |
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R31Z5GWF8W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-R31Z5GWF8W');
</script>

Loading