This is the source code behind https://christofseiler.github.io/group/, a static directory of HTML files (and resources they require).
The following is a set of instructions for group members on how to build their own instance locally, update content, and upload to the server.
Please see here: https://quarto.org/
Run
quarto add coatless/quarto-webr
See here for more on this: https://github.com/coatless/quarto-webr.
git pull
Add new files or edit existing ones.
To build the website, run
quarto render
in the top-level directory of this repository.
A directory of "static" HTML files will be created in the _site
folder.
git push
Use git add
, git commit
, and finally git push
.