This repository is powered by the template for CodeRefinery workshops.
- Adapt
config.toml:- adapt
base_url(it should contain a trailing slash) - adapt
title - adapt settings below
[extra]
- adapt
- Adapt schedule in
content/schedule.yaml. Use times in UTC. The times and dates are automatically displayed in the local time zone of the browser. - Check texts, e.g. communication page, that they represent the setup of the current workshop
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.