Skip to content

Commit

Permalink
feat: add authors configuration (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Müller <[email protected]>
  • Loading branch information
maelle and krlmlr authored Jan 30, 2024
1 parent 882535e commit 2dd0319
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions inst/pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,29 @@ template:
link-color: "#116074"
link-hover-color: "#116074"
link-hover-decoration: "underline dotted"

authors:
cynkra:
href: https://www.cynkra.com
html: <img src='https://cynkra.com/assets/images/apple-touch-icon-76x76.png' alt='cynkra' width='72' />
RStudio:
href: https://www.rstudio.com
html: <img src='https://www.tidyverse.org/rstudio-logo.svg' alt='RStudio' width='72' />
Posit, PBC:
href: https://www.posit.co
html: >-
<img src='https://www.tidyverse.org/posit-logo.svg' alt='Posit' height='16' style="margin-bottom: 3px;" />
Posit Software, PBC:
href: https://www.posit.co
html: >-
<img src='https://www.tidyverse.org/posit-logo.svg' alt='Posit' height='16' style="margin-bottom: 3px;" />
Hadley Wickham:
href: https://hadley.nz
Jeroen Ooms:
href: https://github.com/jeroen
Kirill Müller:
href: https://krlmlr.info/
Maëlle Salmon:
href: https://cynkra.com/about/
Nicolas Bennett:
href: https://github.com/nbenn

0 comments on commit 2dd0319

Please sign in to comment.