This repository is a template to set up webpages for CodeRefinery workshops, and has coordination of roles.
- Workshop page: https://coderefinery.github.io/2022-03-22-workshop/
- Planning document: https://hackmd.io/@coderefinery/2022-march-planning
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-onlineor2019-10-16-workshop. - 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.