|
| 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 | +# incubator: Carpentries Incubator |
| 11 | +carpentry: "swc" |
| 12 | + |
| 13 | +# Overall title for pages. |
| 14 | +title: "EIC Tutorial: Understanding the Simulation Output" |
| 15 | + |
| 16 | +# Life cycle stage of the lesson |
| 17 | +# See this page for more details: https://cdh.carpentries.org/the-lesson-life-cycle.html |
| 18 | +# Possible values: "pre-alpha", "alpha", "beta", "stable" |
| 19 | +life_cycle: "beta" |
| 20 | + |
| 21 | +#------------------------------------------------------------ |
| 22 | +# Generic settings (should not need to change). |
| 23 | +#------------------------------------------------------------ |
| 24 | + |
| 25 | +# What kind of thing is this ("workshop" or "lesson")? |
| 26 | +kind: "lesson" |
| 27 | + |
| 28 | +# Magic to make URLs resolve both locally and on GitHub. |
| 29 | +# See https://help.github.com/articles/repository-metadata-on-github-pages/. |
| 30 | +# Please don't change it: <USERNAME>/<PROJECT> is correct. |
| 31 | +repository: <USERNAME>/<PROJECT> |
| 32 | + |
| 33 | +# Email address, no mailto: |
| 34 | +email: "stephen.kay@york.ac.uk" |
| 35 | + |
| 36 | +# Sites. |
| 37 | +coc: "https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html" |
| 38 | +amy_site: "https://amy.carpentries.org/" |
| 39 | +carpentries_github: "https://github.com/carpentries" |
| 40 | +carpentries_pages: "https://carpentries.github.io" |
| 41 | +carpentries_site: "https://carpentries.org/" |
| 42 | +dc_site: "https://datacarpentry.org" |
| 43 | +example_repo: "https://github.com/carpentries/lesson-example" |
| 44 | +example_site: "https://carpentries.github.io/lesson-example" |
| 45 | +lc_site: "https://librarycarpentry.org/" |
| 46 | +swc_github: "https://github.com/swcarpentry" |
| 47 | +swc_pages: "https://swcarpentry.github.io" |
| 48 | +swc_site: "https://software-carpentry.org" |
| 49 | +template_repo: "https://github.com/carpentries/styles" |
| 50 | +training_site: "https://carpentries.github.io/instructor-training" |
| 51 | +workshop_repo: "https://github.com/carpentries/workshop-template" |
| 52 | +workshop_site: "https://carpentries.github.io/workshop-template" |
| 53 | +cc_by_human: "https://creativecommons.org/licenses/by/4.0/" |
| 54 | + |
| 55 | +# Surveys. |
| 56 | +pre_survey: "https://carpentries.typeform.com/to/wi32rS#slug=" |
| 57 | +post_survey: "https://carpentries.typeform.com/to/UgVdRQ#slug=" |
| 58 | +instructor_pre_survey: "https://carpentries.typeform.com/to/QVOarK#slug=" |
| 59 | +instructor_post_survey: "https://carpentries.typeform.com/to/cjJ9UP#slug=" |
| 60 | + |
| 61 | +# Set to 'true' for instructor training websites only. |
| 62 | +instructor_training: false |
| 63 | + |
| 64 | +# Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am). |
| 65 | +start_time: 0 |
| 66 | + |
| 67 | +# Specify that things in the episodes collection should be output. |
| 68 | +collections: |
| 69 | + episodes: |
| 70 | + output: true |
| 71 | + permalink: /:path/index.html |
| 72 | + extras: |
| 73 | + output: true |
| 74 | + permalink: /:path/index.html |
| 75 | + |
| 76 | +# Set the default layout for things in the episodes collection. |
| 77 | +defaults: |
| 78 | + - values: |
| 79 | + root: . |
| 80 | + layout: page |
| 81 | + - scope: |
| 82 | + path: "" |
| 83 | + type: episodes |
| 84 | + values: |
| 85 | + root: .. |
| 86 | + layout: episode |
| 87 | + - scope: |
| 88 | + path: "" |
| 89 | + type: extras |
| 90 | + values: |
| 91 | + root: .. |
| 92 | + layout: page |
| 93 | + |
| 94 | +# Files and directories that are not to be copied. |
| 95 | +exclude: |
| 96 | + - Makefile |
| 97 | + - bin/ |
| 98 | + - .Rproj.user/ |
| 99 | + - .vendor/ |
| 100 | + - vendor/ |
| 101 | + - .docker-vendor/ |
| 102 | + |
| 103 | +# Turn on built-in syntax highlighting. |
| 104 | +highlighter: rouge |
0 commit comments