This repository is a template to set up webpages for CodeRefinery workshops, and has coordination of roles.
- Workshop dates: 2021 May 10-12 (Mon-Wed), 18-20 (Tue-Thu), 9:00-12:30 CEST
- Installation help and helper onboarding: 2021 May 5th and 6th, 12:00-14:00 CEST
- Workshop website
- Workshop repository
- Indico page
- Coordination HackMD: Coordination works happen here. Please visit it and write your name for the roles etc. of your interest and availability for this workshop!
- CR 2021 Exercise overview: Please update your plan for exercise, approximate time to run the exercise sessions and how long they will be, as well as plan for breaks here.
- Exercise leader hackmd May '21
- Exercise leader onboarding
To use it, follow these instructions:
- Click the green "Use this template" button.
- Select owner of the new repository and repository name. The name should be
"year-month-date-place", e.g.
2019-10-16-stockholmor2019-10-16-online. - Click "Create repository from template".
- You will now be redirected to the new repository.
- On "Settings" enable "GitHub Pages" from
gh-pagesas "Source".
- Adapt
config.toml:- adapt
base_url(it should contain a trailing slash) - adapt
title - adapt settings below
[extra]
- adapt
- Adapt schedule in
content/_index.md
This template is based on the Zola static site engine.
To install Zola, follow:
- https://www.getzola.org/documentation/getting-started/installation/
- https://snapcraft.io/zola can be used for system that are not supported by default
- But you can also download the binary directly from here
Check that Zola is installed with $ zola --version.
$ zola serve --open
This will open in your default browser a rendered version of the template.