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.
Run
./upload-rsync.sh
This uploads the directory to the EMBL NFS file systems. It will take a few more minutes before the changes are visible on https://www.huber.embl.de/group/ since these files will need to be further copied to an S3 bucket that serves the EMBL webserver, which is done by a demon. (I am not quite sure about this process.)
Use git add
, git commit
, and finally git push
.