I misunderstood how _metadata.yml worked. I think it was causing every .qmd in the lessons folder to render as both revealjs and regular html, but the output file names would be the same (e.g. notes.html). This caused some conflicts when the files were getting moved into _site during quarto render
I misunderstood how
_metadata.yml
worked. I think it was causing every .qmd in the lessons folder to render as both revealjs and regular html, but the output file names would be the same (e.g. notes.html). This caused some conflicts when the files were getting moved into _site duringquarto render
See also: https://github.com/quarto-dev/quarto-cli/issues/4583