This repository was made from The Carpentries' (Software Carpentry, Data Carpentry, and Library Carpentry's) template for creating websites for workshops.
Please do your work in your repository's gh-pages
branch, since that is what is
automatically published as a website by GitHub.
Once you are done, please also let us know the workshop URL. If this is a self-organised
workshop, you should also fill in the self-organized workshop
form (if you have not already done so), so we can keep track of
all workshops. We build the list of workshops on our websites from the data included in your
index.md
page. We can only do that if you customize that page correctly and
let us know the workshop URL.
If you run into problems, or have ideas about how to make this process simpler, please get in touch. The pages on customizing your website, the FAQ, and the design notes have more detail on what we do and why. And please note: if you are teaching Git, please create a separate repository for your learners to practice in.
There is a YouTube video that demonstrates how to create a workshop website.
-
Remove the notice about using the workshop template in the
index.md
file. You can safely delete everything between the{% comment %}
and{% endcomment %}
(included) as indicated below (about from line 35 to line 51):{% comment %} <------------ remove from this line 8< ============= For a workshop delete from here ============= For a workshop please delete the following block until the next dashed-line {% endcomment %} <div class="alert alert-danger"> .... </div> {% comment %} 8< ============================= until here ================== {% endcomment %} <--------- until this line
You can change the README.md
file in your website's repository, which contains these instructions,
so that it contains a short description of your workshop and a link to the workshop website.
Note:
please do all of your work in your repository's gh-pages
branch,
since GitHub automatically publishes that as a website.
Note: this template includes some files and directories that most workshops do not need, but which provide a standard place to put extra content if desired. See the design notes for more information about these.
Further instructions are available in the customization instructions. This FAQ includes a few extra tips (additions are always welcome) and these notes on the background and design of this template may help as well.
In rare cases, you may want to add extra pages to your workshop website. You can do this by putting either Markdown or HTML pages in the website's root directory and styling them according to the instructions give in the lesson template.
If you want to set up Jekyll so that you can preview changes on your own machine before pushing them to GitHub, you must install the software described in the lesson example setup instructions.
If you are teaching Git, you should create a separate repository for learners to use in that lesson. You should not have them use the workshop website repository because:
-
your workshop website repository contains many files that most learners don't need to see during the lesson, and
-
you probably don't want to accidentally merge a damaging pull request from a novice Git user into your workshop's website while you are using it to teach.
You can call this repository whatever you like, and add whatever content you need to it.
We are committed to offering a pleasant setup experience for our learners and organizers. If you find bugs in our instructions, or would like to suggest improvements, please file an issue or mail us.