Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 367a209

Browse files
authored
Update config.yaml
remove fixmes, update module status to beta, add analytics
1 parent a02f562 commit 367a209

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

config.yaml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ carpentry: 'intersect'
1818
carpentry_description: 'Collaborative Git'
1919

2020
# Overall title for pages.
21-
title: 'Collaborative Git' # FIXME
21+
title: 'Collaborative Git'
2222

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

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

2929
# Life cycle stage of the lesson
3030
# possible values: pre-alpha, alpha, beta, stable
31-
life_cycle: 'alpha' # FIXME
31+
life_cycle: 'beta'
3232

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

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

4545
# Navigation ------------------------------------------------
4646
#
@@ -86,3 +86,15 @@ profiles:
8686
# sandpaper and varnish versions) should live
8787

8888
varnish: intersect-training/varnish
89+
90+
analytics: |
91+
<!-- Google tag (gtag.js) -->
92+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R31Z5GWF8W"></script>
93+
<script>
94+
window.dataLayer = window.dataLayer || [];
95+
function gtag(){dataLayer.push(arguments);}
96+
gtag('js', new Date());
97+
98+
gtag('config', 'G-R31Z5GWF8W');
99+
</script>
100+

0 commit comments

Comments
 (0)