camilavargasp / camilavargasp.github.io

This is my website created using Quarto!
https://camilavargasp.github.io/
0 stars 0 forks source link

Nesting Qmd files into one page/presentation #4

Open camilavargasp opened 2 years ago

camilavargasp commented 2 years ago

In a Qmd file, add the following lines of code, one per qmd you would like to publish together.

{< include /about/me-page.qmd >}}

{{< include /about/me-page.qmd >}}

{{< include /about/me-page.qmd >}}
camilavargasp commented 2 years ago

Alternatively, you can use an asterisk as a wild card to read in all the qmd files inside the indicated directory, in this example inside the "about" folder.

{{< include /about/*.qmd >}}

file_1
file_2
file_3