Skip to content
Permalink
gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
#------------------------------------------------------------
# Values for this workshop.
#------------------------------------------------------------
# Which carpentry is this ("swc" or "dc")?
carpentry: "swc"
# Overall title for pages.
title: "Workshop Title"
# Contact email address.
email: lessons@software-carpentry.org
#------------------------------------------------------------
# Generic settings (should not need to change).
#------------------------------------------------------------
# What kind of thing is this ("workshop" or "lesson")?
kind: "workshop"
# Magic to make URLs resolve both locally and on GitHub.
# See https://help.github.com/articles/repository-metadata-on-github-pages/.
repository: <USERNAME>/<PROJECT>
# Sites.
amy_site: "https://amy.software-carpentry.org/workshops"
dc_site: "http://datacarpentry.org"
swc_github: "https://github.com/swcarpentry"
swc_site: "https://software-carpentry.org"
swc_pages: "https://swcarpentry.github.io"
template_repo: "https://github.com/swcarpentry/styles"
example_repo: "https://github.com/swcarpentry/lesson-example"
example_site: "https://swcarpentry.github.com/lesson-example"
workshop_repo: "https://github.com/swcarpentry/workshop-template"
workshop_site: "https://swcarpentry.github.io/workshop-template"
training_site: "https://swcarpentry.github.io/instructor-training"
swc_installer: "https://github.com/swcarpentry/windows-installer/releases/download/v0.3/SWCarpentryInstaller.exe"
# Surveys.
pre_survey: "https://uconn.co1.qualtrics.com/jfe/form/SV_2rC3DedvVoYORrT"
post_survey: "https://uconn.co1.qualtrics.com/SE/?SID=SV_cAc15sbUMlafLOB"
# Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am)
start_time: 0
# Specify that things in the episodes collection should be output.
collections:
episodes:
output: true
permalink: /:path/
extras:
output: true
# Set the default layout for things in the episodes collection.
defaults:
- values:
root: ..
- scope:
path: ""
type: episodes
values:
layout: episode
# Files and directories that are not to be copied.
exclude:
- Makefile
- bin
# Turn off built-in syntax highlighting.
highlighter: false