Skip to content
Discussion options

You must be logged in to vote

Ok I see the issue! Since the listing is in the rcd folder, there no need to include that in the contents (this rcd/*.qmd means look in a subfolder of the current folder called rcd and then get all files that have the qmd extension). Just omitting the contents should work- that will by default just include all the qmds in the current folder (with the exception of the listing page itself):

---
title: "A title"
listing:
  date-format: iso
  feed: true
  filter-ui: false
  id: sample-listings
  sort-ui: true
  sort: "date desc"
  categories: false
  fields: [date, title]
  type: table
---

Some text here

::: {#sample-listings}
:::

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ghost
Comment options

@dragonstyle
Comment options

@dragonstyle
Comment options

@ghost
Comment options

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