digital-earths-global-hackathon / digital-earths-global-hackathon.github.io

https://digital-earths-global-hackathon.github.io/planning/
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Contributing

This repository is just for editing the page. The finished version is rendered at https://digital-earths-global-hackathon.github.io/planning/

Quarto

The web pages are built using quarto. See their Get Started section and the guide for hints on usage.

As quarto uses markdown, you can use pretty much any online pad, for prototyping of simple texts / bullet lists / ... with a live preview.

Github.com and branches

To add to the repo, you can create a fork of this repository, edit there, and then make a pull request.

Once the changes are merged into the main branch, the CI will run, and update the gh-pages branch to contain the new web page, which will then be served on the public URL.

Adding pages and sections

To add a page, simply create a .md file with your desired content.