Open jennybc opened 4 days ago
Yes I can personally attest to success with pkgdown::build_site()
if I install pkgdown from the fork and branch mentioned above. They are definitely onto something promising.
Here's another toy package, that contains only a qmd article, also not able to build a pkgdown site: https://github.com/jennybc/fghij
usethis 3.1.0 is on CRAN now (the version that adds .qmd
support to use_vignette()
and use_article()
).
I'm working on making
usethis::use_vignette()
andusethis::use_article()
work for.qmd
. In that PR (https://github.com/r-lib/usethis/pull/2085), I feel like I've got the right files going in the right places, etc., and.qmd
vignettes (vignettes/*.qmd
) seem fine. But when it comes time to build the site, I see problems with anything likevignettes/articles/*.qmd
:Trying to just build articles also falls over:
The toy package I'm working with: https://github.com/jennybc/abcde
In sleuthing around for packages that actually have
vignettes/articles/*.qmd
, I came across someone using their own fork and branch for qmd article rendering that I suspect is a workaround for what I'm seeing? 🤷♀️https://github.com/ethanbass/pkgdown/tree/qmd_articles https://github.com/ethanbass/pkgdown/commit/8b10575ae7835cd4cbccff12b675a192e6bb84a0
I poked around a couple of other hits and so far haven't come across any where it looks like things are "just working" for anyone with
vignettes/articles/*.qmd
*.