This is the source code for creating the website of the BBOB workshop series.
To publish the site, run
quarto publish gh-pages
This builds the site locally, commits it to the gh-pages
branch and pushes to GitHub.
To preview the site on your local machine, run
quarto preview
on your machine and open http://localhost:4204 in your browser.