I can't get Custom Listings to work with Quarto #11452
-
DescriptionI almost posted this as a bug report, but clearly the Gallery page of the Quarto web page is working fine, so it must be something with my set-up. Anyways, I have tried running isolated versions of both the Gallery page and the limited examples straight from the Custom Listings Documentation Page, and I simply can't get the listings to ever populate on a web page. Here is an example repo: https://github.com/MikeTrizna/quarto_custom_listing_gh/. Ignore some of the mess from trying to also set up GH Actions on there to also render the page, but hopefully you can see that I have The extra crazy thing is that I've run this same limited set-up on both my laptop (Windows) and on our Linux HPC (Quarto version 1.6.33 on both), and both set-ups will successfully render an index.html file, report 0 errors, but skip the listing. Thanks so much for any help!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Listings are for project of type website. Your repository is not a Quarto project of type website. |
Beta Was this translation helpful? Give feedback.
Listings are for project of type website.
Your repository is not a Quarto project of type website.
See https://quarto.org/docs/websites/