Skip to content

Commit 1cf52ca

Browse files
authored
Update config.yaml
update module status, add analytics, remove fixmes
1 parent d0483ba commit 1cf52ca

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

config.yaml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ keywords: 'software, research, community'
2828

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

3333
# License of the lesson
3434
license: 'CC-BY 4.0'
3535

3636
# Link to the source repository for this lesson
37-
source: 'https://github.com/INTERSECT-training/Building-A-Community' # FIXME
37+
source: 'https://github.com/INTERSECT-training/Building-A-Community'
3838

3939
# Default branch of your lesson
4040
branch: 'main'
4141

4242
# Who to contact if there are any issues
43-
contact: 'icosden@princeton.edu' # FIXME
43+
contact: 'icosden@princeton.edu'
4444

4545
# Navigation ------------------------------------------------
4646
#
@@ -88,3 +88,15 @@ profiles:
8888

8989
varnish: intersect-training/varnish
9090

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

0 commit comments

Comments
 (0)