Skip to content
Discussion options

You must be logged in to vote

A combination of https://quarto.org/docs/websites/website-listings.html#multiple-listings and multi-columns layout should do the trick.

You could also use https://quarto.org/docs/authoring/figures.html#complex-layouts instead of .columns/.column.

---
title: Team Documents
listing: 
  - id: lab-reports
    contents: "lab-reports/*.qmd"
    type: table
  - id: meeting-notes
    contents: "meeting-notes/*.qmd"
    type: table
---

::::: {.columns}

:::: {.column width="45%"}
## Lab Reports

:::{#lab-reports}
:::
::::

:::: {.column width="45%"}
## Meeting Notes

:::{#meeting-notes}
:::
::::

:::::

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ForBo7
Comment options

Answer selected by ForBo7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants