This is the source code for creating the website of the BBOB workshop series.
To publish the site, run
quarto publish gh-pagesThis 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 previewon your machine and open http://localhost:4204 in your browser.