This lesson is a template lesson that uses The Carpentries Workbench.
To set up a local environment for building the lesson website, please the installation instructions for details.
Although the config.yaml
states the life cycle stage as pre-alpha, the template is stable and ready to use. The life cycle stage is preset to "pre-alpha"
as this setting is appropriate for new lessons initialised using the template.
To use this template to start a new lesson repository, make sure you're logged into Github. Visit https://github.com/carpentries/workbench-template-md/generate and follow the instructions. Checking the 'Include all branches' option will save some time waiting for the first website build when your new repository is initialised.
If you have any questions, contact @tobyhodges
Follow the steps below to complete the initial configuration of a new lesson repository built from this template:
gh-pages
is selected as the branch to build from.
If no gh-pages
branch is available, check Actions to see if the first
website build workflows are still running.
The branch should become available when those have completed.config.yaml
file:
this file contains global parameters for your lesson site.
Individual fields within the file are documented with comments (beginning with #
)
At minimum, you should adjust all the fields marked 'FIXME':
title
created
keywords
life_cycle
(the default, pre-alpha, is the appropriate for brand new lessons)contact
lesson
pre-alpha
)deutsch
)CODE_OF_CONDUCT.md
, CONTRIBUTING.md
, and LICENSE.md
files
as appropriate for your project.
CODE_OF_CONDUCT.md
:
if you are using this template for a project outside The Carpentries,
you should adjust this file to describe
who should be contacted with Code of Conduct reports,
and how those reports will be handled.CONTRIBUTING.md
:
depending on the current state and maturity of your project,
the contents of the template Contributing Guide may not be appropriate.
You should adjust the file to help guide contributors on how best
to get involved and make an impact on your lesson.LICENSE.md
:
in line with the terms of the CC-BY license,
you should ensure that the copyright information
provided in the license file is accurate for your project.