Warning, /tutorial-developing-benchmarks/_config.yml is written in an unsupported language. File is not indexed.
0001 #------------------------------------------------------------
0002 # Values for this lesson.
0003 #------------------------------------------------------------
0004
0005 # Which carpentry is this ("swc", "dc", "lc", or "cp")?
0006 # swc: Software Carpentry
0007 # dc: Data Carpentry
0008 # lc: Library Carpentry
0009 # cp: Carpentries (to use for instructor traning for instance)
0010 # incubator: Carpentries Incubator
0011 carpentry: "swc"
0012
0013 # Overall title for pages.
0014 title: "Developing Benchmarks"
0015
0016 # Life cycle stage of the lesson
0017 # See this page for more details: https://cdh.carpentries.org/the-lesson-life-cycle.html
0018 # Possible values: "pre-alpha", "alpha", "beta", "stable"
0019 #
0020 # Lessons that are going through the transition to the
0021 # Carpentries Workbench will go through 3 steps:
0022 # 'transition-step-1': notice indicating a new version
0023 # 'transition-step-2': notice encouraging to use new version
0024 # 'transition-step-3': notice indicating the lesson is deprecated,
0025 # with automated redirect
0026 life_cycle: "alpha"
0027
0028 # For lessons in the life stages in 'transition-step-1' or later:
0029 # - 'transition_url' holds the URL for the version of the lesson that
0030 # uses the Workbench (needed for all 3 steps)
0031 # - 'transition_date' (in yyyy-mm-dd format) is the date when the lesson
0032 # will transition to being deprecated. The date only needs to be decided
0033 # when the lesson is in 'transition-step-2'.
0034 transition_url:
0035 transition_date:
0036
0037 #------------------------------------------------------------
0038 # Generic settings (should not need to change).
0039 #------------------------------------------------------------
0040
0041 # What kind of thing is this ("workshop" or "lesson")?
0042 kind: "lesson"
0043
0044 # Magic to make URLs resolve both locally and on GitHub.
0045 # See https://help.github.com/articles/repository-metadata-on-github-pages/.
0046 # Please don't change it: <USERNAME>/<PROJECT> is correct.
0047 repository: <USERNAME>/<PROJECT>
0048
0049 # Email address, no mailto:
0050 email: "team@carpentries.org"
0051
0052 # Sites.
0053 coc: "https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html"
0054 amy_site: "https://amy.carpentries.org/"
0055 carpentries_github: "https://github.com/carpentries"
0056 carpentries_pages: "https://carpentries.github.io"
0057 carpentries_site: "https://carpentries.org/"
0058 dc_site: "https://datacarpentry.org"
0059 example_repo: "https://github.com/carpentries/lesson-example"
0060 example_site: "https://carpentries.github.io/lesson-example"
0061 lc_site: "https://librarycarpentry.org/"
0062 swc_github: "https://github.com/swcarpentry"
0063 swc_pages: "https://swcarpentry.github.io"
0064 swc_site: "https://software-carpentry.org"
0065 template_repo: "https://github.com/carpentries/styles"
0066 training_site: "https://carpentries.github.io/instructor-training"
0067 workshop_repo: "https://github.com/carpentries/workshop-template"
0068 workshop_site: "https://carpentries.github.io/workshop-template"
0069 cc_by_human: "https://creativecommons.org/licenses/by/4.0/"
0070
0071 # Surveys.
0072 pre_survey: "https://carpentries.typeform.com/to/wi32rS#slug="
0073 post_survey: "https://carpentries.typeform.com/to/UgVdRQ#slug="
0074 instructor_pre_survey: "https://carpentries.typeform.com/to/QVOarK#slug="
0075 instructor_post_survey: "https://carpentries.typeform.com/to/cjJ9UP#slug="
0076
0077 # Set to 'true' for instructor training websites only.
0078 instructor_training: false
0079
0080 # Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am).
0081 start_time: 0
0082
0083 # Specify that things in the episodes collection should be output.
0084 collections:
0085 episodes:
0086 output: true
0087 permalink: /:path/index.html
0088 extras:
0089 output: true
0090 permalink: /:path/index.html
0091
0092 # Set the default layout for things in the episodes collection.
0093 defaults:
0094 - values:
0095 root: .
0096 layout: page
0097 - scope:
0098 path: ""
0099 type: episodes
0100 values:
0101 root: ..
0102 layout: episode
0103 - scope:
0104 path: ""
0105 type: extras
0106 values:
0107 root: ..
0108 layout: page
0109
0110 # Files and directories that are not to be copied.
0111 exclude:
0112 - Makefile
0113 - bin/
0114 - .Rproj.user/
0115 - .vendor/
0116 - vendor/
0117 - .docker-vendor/
0118
0119 # Turn on built-in syntax highlighting.
0120 highlighter: rouge