Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/gallery/gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
Binary file added docs/gallery/websites/websites-rainbowr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tools/gallery-screenshot.R
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
Loading