I am curious in how you track down errors when rendering a website.
Example: say that I mess the YAML on one of the pages, for example writing
---
title: "My little title"
format: html
---
where the blank space before title is an error.
When I do quarto render in the CLI or push the Render button in RStudio to render the whole website, I only get the error:
ERROR: YAMLError: end of the stream or a document separator is expected at line 3, column 1:
format: html
No indication of which file the error is coming from. I have Googled on ways to make the render command more verbose, but I have been unable to find anything.