Slidedeck from my talk presenting ACME at the de-RSE 2023 conference.
The slides were built with Quarto. To make the Quarto VS Code extension (and Quarto's web server) pick up the HTML build, first render the project
quarto render
Then generate a generic index.html
by creating a symlink to the produced
acme.html
:
ln -s acme.html index.html
First, set embed-resources: false
(many hosters find ~100MB html files
suspicious...), then
quarto render acme.qmd --output-dir rse23
Then copy the entire contents of rse23
to the desired webspace and
check the result in a browser, e.g., www.fuertinger.science/rse23