Commit bb7d8dd4 authored by Greg Wilson's avatar Greg Wilson
Browse files

Synchronizing configuration file with initializer

parent 082cb3ab
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,9 +5,6 @@
# Which carpentry is this ("swc" or "dc")?
carpentry: "swc"

# What kind of thing is this ("workshop" or "lesson")?
kind: "lesson"

# Overall title for pages.
title: "Lesson Title"

@@ -18,6 +15,9 @@ email: lessons@software-carpentry.org
# Generic settings (should not need to change).
#------------------------------------------------------------

# What kind of thing is this ("workshop" or "lesson")?
kind: "lesson"

# Magic to make URLs resolve both locally and on GitHub.
# See https://help.github.com/articles/repository-metadata-on-github-pages/.
repository: <USERNAME>/<PROJECT>