Skip to content

Commit 7dc23d6

Browse files
authored
Merge pull request #1513 from EllaKaye:main
Add rainbowR website to gallery
2 parents 38e9dc3 + 0be9990 commit 7dc23d6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/gallery/gallery.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,11 @@
350350
href: https://m.canouil.dev/quarto-extensions/
351351
code: https://github.com/mcanouil/quarto-extensions
352352
thumbnail: websites/website-m.canouil.dev_quarto-extensions.png
353+
- title: rainbowR
354+
subtitle: Community for LGBTQ+ folks who code in R
355+
href: https://rainbowr.org/
356+
code: https://github.com/r-lgbtq/rainbowr.org
357+
thumbnail: websites/websites-rainbowr.png
353358

354359
- category: Books
355360
description: |
148 KB
Loading

tools/gallery-screenshot.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
# Screenshot example for Gallery Image -----------------------------------
33

4-
## Example: Run this command from root repo
5-
## quarto run .\tools\gallery-screenshot.R .\docs\gallery\dashboards\dashing-through-snow.png https://mine.quarto.pub/dashing-through-snow-py/
4+
## Example: Run this command from root repo (on Windows)
5+
## quarto run ./tools/gallery-screenshot.R ./docs/gallery/dashboards/dashing-through-snow.png https://mine.quarto.pub/dashing-through-snow-py/
66

77
args <- commandArgs(trailingOnly = TRUE)
88

0 commit comments

Comments
 (0)