diff --git a/docs/gallery/gallery.yml b/docs/gallery/gallery.yml index 2ffcca1ab8..a1998491de 100644 --- a/docs/gallery/gallery.yml +++ b/docs/gallery/gallery.yml @@ -350,6 +350,11 @@ href: https://m.canouil.dev/quarto-extensions/ code: https://github.com/mcanouil/quarto-extensions thumbnail: websites/website-m.canouil.dev_quarto-extensions.png + - title: rainbowR + subtitle: Community for LGBTQ+ folks who code in R + href: https://rainbowr.org/ + code: https://github.com/r-lgbtq/rainbowr.org + thumbnail: websites/websites-rainbowr.png - category: Books description: | diff --git a/docs/gallery/websites/websites-rainbowr.png b/docs/gallery/websites/websites-rainbowr.png new file mode 100644 index 0000000000..761922144b Binary files /dev/null and b/docs/gallery/websites/websites-rainbowr.png differ diff --git a/tools/gallery-screenshot.R b/tools/gallery-screenshot.R index cf9ca480a0..b0d0f8e141 100644 --- a/tools/gallery-screenshot.R +++ b/tools/gallery-screenshot.R @@ -1,8 +1,8 @@ # Screenshot example for Gallery Image ----------------------------------- -## Example: Run this command from root repo -## quarto run .\tools\gallery-screenshot.R .\docs\gallery\dashboards\dashing-through-snow.png https://mine.quarto.pub/dashing-through-snow-py/ +## Example: Run this command from root repo (on Windows) +## quarto run ./tools/gallery-screenshot.R ./docs/gallery/dashboards/dashing-through-snow.png https://mine.quarto.pub/dashing-through-snow-py/ args <- commandArgs(trailingOnly = TRUE)