Skip to content

Commit

Permalink
update repo urls w/ new org name
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 2, 2024
1 parent 558e9d5 commit a914691
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

A [quarto extension](https://quarto.org/docs/extensions/) currently featuring an AAGI theme for the [reveal.js format](https://quarto.org/docs/presentations/revealjs/).

See the included [template.qmd](template.qmd) file for an example of the theme and integration into Quarto or explore the rendered version [here](http://AAGI-Org-AU-Public.github.io/AAGIQuarto).
See the included [template.qmd](template.qmd) file for an example of the theme and integration into Quarto or explore the rendered version [here](http://AAGI-AUS.github.io/AAGIQuarto).

## Installing

You can obtain a copy of the extension by using:

```bash
quarto use template AAGI-Org-AU-Public/AAGIQuarto
quarto use template AAGI-AUS/AAGIQuarto
```

This will install the extension and create an example qmd file that
Expand Down
8 changes: 4 additions & 4 deletions aagi-template-revealjs.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ highlight-style: breeze
if (!require("pak")) install.packages("pak")
if (!require("AAGIPalettes")) {
pak::pkg_install("AAGI-Org-AU-Public/AAGIPalettes")
pak::pkg_install("AAGI-AUS/AAGIPalettes")
}
if (!require("AAGIThemes")) {
pak::pkg_install("AAGI-Org-AU-Public/AAGIThemes")
pak::pkg_install("AAGI-AUS/AAGIThemes")
}
if (!require("gapminder")) {
Expand Down Expand Up @@ -103,10 +103,10 @@ ggplot() +

You can learn more about controlling the appearance of RevealJS output here: <https://quarto.org/docs/presentations/revealjs/>

<!-- This background won't show properly in the example rendered slide, but when used with `quarto use template AAGI-Org-AU-Public/AAGIQuarto`
<!-- This background won't show properly in the example rendered slide, but when used with `quarto use template AAGI-AUS/AAGIQuarto`
you will have the closing slide display the same image as the title slide under "Thank You" (or the H1 text of your choosing)
-->
# Thank You{background-image="_extensions/AAGI-Org-AU-Public/aagi/title-slide-main.png" background-size="1050px auto" background-position="50% 85%"}
# Thank You{background-image="_extensions/AAGI-AUS/aagi/title-slide-main.png" background-size="1050px auto" background-position="50% 85%"}

<!-- Uncomment if you have a bibliography
## References
Expand Down

0 comments on commit a914691

Please sign in to comment.