https://github.com/coderefinery/2022-03-22-workshop
CodeRefinery workshop in March 2022.
https://github.com/coderefinery/2022-03-22-workshop
Last synced: 5 months ago
JSON representation
CodeRefinery workshop in March 2022.
- Host: GitHub
- URL: https://github.com/coderefinery/2022-03-22-workshop
- Owner: coderefinery
- License: cc-by-4.0
- Created: 2022-02-17T20:38:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T21:19:19.000Z (about 4 years ago)
- Last Synced: 2025-09-10T12:59:39.157Z (9 months ago)
- Language: Jupyter Notebook
- Homepage: https://coderefinery.github.io/2022-03-22-workshop/
- Size: 1.17 MB
- Stars: 3
- Watchers: 4
- Forks: 6
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeRefinery workshop webpage
This repository is a template to set up webpages for CodeRefinery
workshops, and has coordination of roles.
## Quick reference
- Workshop page: https://coderefinery.github.io/2022-03-22-workshop/
- Planning document: https://hackmd.io/@coderefinery/2022-march-planning
## How to generate your workshop repository
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-stockholm` or `2019-10-16-online` or `2019-10-16-workshop`.
- Click "Create repository from template".
- You will now be redirected to the new repository.
- On "Settings" enable "GitHub Pages" from `gh-pages` as "Source".
### How to customize this template after you have created the repository
- Adapt `config.toml`:
- adapt `base_url` (it should contain a trailing slash)
- adapt `title`
- adapt settings below `[extra]`
- Adapt schedule in `content/_index.md`
### How this template works
This template is based on the [Zola](https://www.getzola.org/) 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](https://github.com/getzola/zola/releases)
Check that Zola is installed with `$ zola --version`.
#### Local preview
```
$ zola serve --open
```
This will open in your default browser a rendered version of the template.