Replies: 2 comments 1 reply
-
If you generate the contents, you can generate the listing based on a yaml file, see https://quarto.org/docs/websites/website-listings.html for various type of contents (including yaml, globbing, hardcoded files, etc.) ---
listing:
contents:
- my-listing-content.yml |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would require the scripted generation of the yml, right? Would ot work
for html contents (revealjs slides)?
…On Mon, 17 July 2023, 10:32 pm Mickaël Canouil, ***@***.***> wrote:
If you generate the contents, you can generate the listing based on a yaml
file, see https://quarto.org/docs/websites/website-listings.html for
various type of contents (including yaml, globbing, hardcoded files, etc.)
---listing:
contents:
- my-listing-content.yml
—
Reply to this email directly, view it on GitHub
<#6236 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALLGHXVA6EP3ESJG4WKTMDXQUWEBANCNFSM6AAAAAA2MPCVAA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am using the approach from #1433 to generate slide content ( revealjs) based on a subset of the content of my book. I would like to generate a listings page from this content. I have a folder _slides/ where all the revealjs generated content lives (hence, these are html sites and associated resources). I also have a folder where pdfs exist. But there is no folder with qmd sources, as these are subsets ( based on ':::{.content-visible when-format="revealjs"}' and ':::{.content-visible unless-format="revealjs"}'. I am wondering how one could generate the listings... I read #5849 but I am no wiser.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions