How to render nested projects in Quarto?

Hi!

I am wondering which is the mechanism to render a nested project in Quarto.

For example, suppose that I create a website with this structure

my_website
|_ posts
|_ _quarto.yml
|_ index.qmd

Now I want to create a new project called my_book on the website. Something like this.

my_website
|_ posts
|_ my_book
   |_ _quarto.yml
   |_ index.qmd
|_ _quarto.yml
|_ index.qmd

The problem here is that now there are two _quarto.yml, with different configurations.

Is it possible to execute quarto render from the root folder my_website and that quarto process both projects simultaneously?

Thanks for the help.

This topic was automatically closed 21 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.