seankross / postcards

💌 Create simple, beautiful personal websites and landing pages using only R Markdown.
Other
534 stars 78 forks source link

Inserting a card as part of an Rmd file #55

Open ccamara opened 2 years ago

ccamara commented 2 years ago

If I'm not wrong, currently, cards can only be created as independent pages. Would it be possible to insert a card within a wider Rmd file (i.e. in a code chunk?)

rbcavanaugh commented 2 years ago

I'd love for this to be a possibility too. It's possible using Quarto (https://quarto.org/docs/websites/website-about.html#partial-page-content) but not as a standalone or with {distill} as far as I can tell. Thanks!