iamc / 2023-03-21-workshop

CodeRefinery workshop March 2023.

Home Page:https://coderefinery.github.io/2023-03-21-workshop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeRefinery workshop webpage

This repository is a template to set up webpages for CodeRefinery workshops, and has coordination of roles.

Quick reference

  • (here collect all essential links for 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 2019-10-16-workshop. For in-person workshops we use "year-month-date-place" (e.g. 2019-10-16-stockholm).
  • Click "Create repository from template".
  • You will now be redirected to the new repository.
  • On "Settings" enable "GitHub Pages" from gh-pages as "Source".
  • Add the link to the generated pages on top right of the repository page at "About" to make it easier to find.
  • Link the workshop from https://coderefinery.org/workshops/upcoming/.

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/schedule.yaml. Use times in UTC. The times and dates are automatically displayed in the local time zone of the browser.

How this template works

This template is based on the Zola static site engine.

To install Zola, follow:

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.

About

CodeRefinery workshop March 2023.

https://coderefinery.github.io/2023-03-21-workshop/

License:Creative Commons Attribution 4.0 International


Languages

Language:HTML 95.8%Language:SCSS 4.2%