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
23 changes: 17 additions & 6 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@ carpentry: 'intersect'
carpentry_description: 'Code Review'

# Overall title for pages.
title: 'Code Review' # FIXME
title: 'Code Review'

# 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'

# Link to the source repository for this lesson
source: 'https://github.com/INTERSECT-training/Code-Review' # FIXME
source: 'https://github.com/INTERSECT-training/Code-Review'

# Default branch of your lesson
branch: 'main'

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

# Navigation ------------------------------------------------
#
Expand Down Expand Up @@ -88,4 +88,15 @@ profiles:
# This space below is where custom yaml items (e.g. pinning
# sandpaper and varnish versions) should live

varnish: intersect-training/varnish
varnish: intersect-training/varnish

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

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