How to set `echo: false` for all files in a Quarto website

I know how to set echo: false in a single code chunk and in an entire Quarto document (with execute). But how I can set echo: false for all the Quarto documents in a single Quarto website without having to set it by hand in each of the documents?

You can set option more globally in your _quarto.yml or a shared metadata file (for a subfolder for example)
See Quarto - Project Basics about shared metadata

1 Like

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.