This is the website for a workshop. It was created using a template for GAP days.
It is based on Jekyll, a static website generator, and the hyde template.
If you want to test site on your own machine, first install Jekyll (as described on its website), then do this:
git clone https://github.com/rse-standrewscs/ibans-workshop-spring-2020.git
cd ibans-workshop-spring-2020
jekyll serve -w
Now open a browser on http://localhost:4000/ to see a live preview of the site.
== Steps for new workshop
To create a website for a new workshop, follow roughly the following steps:
Copy the data of the previous workshop into a new repository. Add that repository under a suitable name at https://github.com/
Edit all relevant files; at the very least do the following:
_data/participants.yml
This contains the list of participants, in YAML format. Basic entries look like this:
Entries can be followed by links, e.g. to slides, other PDFs, etc.
Optionally, edit program.tex, run pdflatex on it, and add the resulting PDF. Or, if you don't want to use it, just remove both the .tex and .pdf