|
| 1 | +#------------------------------------------------------------ |
| 2 | +# Values for this lesson. |
| 3 | +#------------------------------------------------------------ |
| 4 | + |
| 5 | +# Which carpentry is this (swc, dc, lc, or cp)? |
| 6 | +# swc: Software Carpentry |
| 7 | +# dc: Data Carpentry |
| 8 | +# lc: Library Carpentry |
| 9 | +# cp: Carpentries (to use for instructor training for instance) |
| 10 | +# incubator: The Carpentries Incubator |
| 11 | +# |
| 12 | +# This option supports custom types so lessons can be branded |
| 13 | +# and themed with your own logo and alt-text (see `carpentry_description`) |
| 14 | +# See https://carpentries.github.io/sandpaper-docs/editing.html#adding-a-custom-logo |
| 15 | +carpentry: 'incubator' |
| 16 | + |
| 17 | +# Alt-text description of the lesson. |
| 18 | +carpentry_description: 'Lesson Description' |
| 19 | + |
| 20 | +# Overall title for pages. |
| 21 | +title: 'Organizing Your Projects with GitLab and RStudio' # FIXME |
| 22 | + |
| 23 | +# Date the lesson was created (YYYY-MM-DD, this is empty by default) |
| 24 | +created: 2024-12-09 # FIXME: ( ~ means empty, replace with date formatted as above) |
| 25 | + |
| 26 | +# Comma-separated list of keywords for the lesson |
| 27 | +keywords: 'software, data, lesson, The Carpentries' # FIXME |
| 28 | + |
| 29 | +# Life cycle stage of the lesson |
| 30 | +# possible values: pre-alpha, alpha, beta, stable |
| 31 | +life_cycle: 'pre-alpha' # FIXME |
| 32 | + |
| 33 | +# License of the lesson |
| 34 | +license: 'CC-BY 4.0' |
| 35 | + |
| 36 | +# Link to the source repository for this lesson |
| 37 | +source: 'https://github.com/UW-Madison-DataScience/R-gitlab-lesson' # FIXME |
| 38 | + |
| 39 | +# Default branch of your lesson |
| 40 | +branch: 'main' |
| 41 | + |
| 42 | +# Who to contact if there are any issues |
| 43 | +contact: '[email protected]' # FIXME |
| 44 | + |
| 45 | +# Navigation ------------------------------------------------ |
| 46 | +# |
| 47 | +# Use the following menu items to specify the order of |
| 48 | +# individual pages in each dropdown section. Leave blank to |
| 49 | +# include all pages in the folder. |
| 50 | +# |
| 51 | +# Example ------------- |
| 52 | +# |
| 53 | +# episodes: |
| 54 | +# - introduction.md |
| 55 | +# - first-steps.md |
| 56 | +# |
| 57 | +# learners: |
| 58 | +# - setup.md |
| 59 | +# |
| 60 | +# instructors: |
| 61 | +# - instructor-notes.md |
| 62 | +# |
| 63 | +# profiles: |
| 64 | +# - one-learner.md |
| 65 | +# - another-learner.md |
| 66 | + |
| 67 | +# Order of episodes in your lesson |
| 68 | +episodes: |
| 69 | +- intro.Rmd |
| 70 | +- git.Rmd |
| 71 | +- gitlab.Rmd |
| 72 | + |
| 73 | +# Information for Learners |
| 74 | +learners: |
| 75 | + |
| 76 | +# Information for Instructors |
| 77 | +instructors: |
| 78 | + |
| 79 | +# Learner Profiles |
| 80 | +profiles: |
| 81 | + |
| 82 | +# Customisation --------------------------------------------- |
| 83 | +# |
| 84 | +# This space below is where custom yaml items (e.g. pinning |
| 85 | +# sandpaper and varnish versions) should live |
| 86 | + |
| 87 | + |
0 commit comments