|
| 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 traning for instance) |
| 10 | +carpentry: 'cp' |
| 11 | + |
| 12 | +# Overall title for pages. |
| 13 | +title: 'Introduction to The Carpentries Workbench' |
| 14 | + |
| 15 | +# Date the lesson was created (this is empty by default) |
| 16 | +created: ~ |
| 17 | + |
| 18 | +# Comma-separated list of keywords for the lesson |
| 19 | +keywords: 'static site, lesson template, markdown, R, software' |
| 20 | + |
| 21 | +# Life cycle stage of the lesson |
| 22 | +# possible values: pre-alpha, alpha, beta, stable |
| 23 | +life_cycle: 'pre-alpha' |
| 24 | + |
| 25 | +# License of the lesson |
| 26 | +license: 'CC-BY 4.0' |
| 27 | + |
| 28 | +# Link to the source repository for this lesson |
| 29 | +source: 'https://github.com/carpentries/sandpaper-docs/' |
| 30 | + |
| 31 | +# Default branch of your lesson |
| 32 | +branch: 'main' |
| 33 | + |
| 34 | +# Who to contact if there are any issues |
| 35 | + |
| 36 | + |
| 37 | +# Navigation ------------------------------------------------ |
| 38 | +# |
| 39 | +# Use the following menu items to specify the order of |
| 40 | +# individual pages in each dropdown section. Leave blank to |
| 41 | +# include all pages in the folder. |
| 42 | +# |
| 43 | +# Example ------------- |
| 44 | +# |
| 45 | +# episodes: |
| 46 | +# - introduction.md |
| 47 | +# - first-steps.md |
| 48 | +# |
| 49 | +# learners: |
| 50 | +# - setup.md |
| 51 | +# |
| 52 | +# instructors: |
| 53 | +# - instructor-notes.md |
| 54 | +# |
| 55 | +# profiles: |
| 56 | +# - one-learner.md |
| 57 | +# - another-learner.md |
| 58 | + |
| 59 | +# Order of episodes in your lesson |
| 60 | +episodes: |
| 61 | +- introduction.md |
| 62 | +- episodes.Rmd |
| 63 | +- editing.md |
| 64 | +- example.Rmd |
| 65 | +- deployment.md |
| 66 | +- update.md |
| 67 | +- pull-request.md |
| 68 | + |
| 69 | +# Information for Learners |
| 70 | +learners: |
| 71 | +- reference.md |
| 72 | +- setup.md |
| 73 | +- github-pat.md |
| 74 | +- component-guide.md |
| 75 | +- style.md |
| 76 | + |
| 77 | +# Information for Instructors |
| 78 | +instructors: |
| 79 | +- instructor-notes.md |
| 80 | + |
| 81 | +# Learner Profiles |
| 82 | +profiles: |
| 83 | +- maintainer.md |
| 84 | +- instructor.md |
| 85 | + |
| 86 | +# Customisation --------------------------------------------- |
| 87 | +# |
| 88 | +# This space below is where custom yaml items (e.g. pinning |
| 89 | +# sandpaper and varnish versions) should live |
| 90 | +workbench-beta: yes |
| 91 | + |
0 commit comments