Skip to content

Commit 8442c9d

Browse files
committed
differences for PR #6
1 parent 8ca612a commit 8442c9d

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
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+

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"file" "checksum" "built" "date"
22
"CODE_OF_CONDUCT.md" "c93c83c630db2fe2462240bf72552548" "site/built/CODE_OF_CONDUCT.md" "2025-06-16"
33
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2025-06-16"
4-
"config.yaml" "857b61c54dea0494134fec597b150e7a" "site/built/config.yaml" "2025-06-16"
4+
"config.yaml" "ad1c5065a0feb8b70dc85a88176e87f2" "site/built/config.yaml" "2025-09-17"
55
"index.md" "20a35cafbc108ef18c83f37ca98a0e3c" "site/built/index.md" "2025-06-16"
66
"links.md" "8184cf4149eafbf03ce8da8ff0778c14" "site/built/links.md" "2025-06-16"
77
"episodes/introduction.md" "991e1cb69dd7e392f9ff5348fa6a1cdf" "site/built/introduction.md" "2025-06-16"

0 commit comments

Comments
 (0)