Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beatrizmilz/quarto-rladies-theme
R-Ladies template for Quarto presentations with reveal.js
https://github.com/beatrizmilz/quarto-rladies-theme
quarto quarto-extension quarto-pub quarto-template r-ladies r-ladies-global reveal-js template theme
Last synced: 3 months ago
JSON representation
R-Ladies template for Quarto presentations with reveal.js
- Host: GitHub
- URL: https://github.com/beatrizmilz/quarto-rladies-theme
- Owner: beatrizmilz
- License: cc-by-4.0
- Created: 2022-04-15T21:46:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T22:50:04.000Z (about 2 years ago)
- Last Synced: 2024-05-08T09:40:00.688Z (6 months ago)
- Topics: quarto, quarto-extension, quarto-pub, quarto-template, r-ladies, r-ladies-global, reveal-js, template, theme
- Language: HTML
- Homepage: https://beatrizmilz.github.io/quarto-rladies-theme/
- Size: 10.1 MB
- Stars: 44
- Watchers: 2
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - beatrizmilz/quarto-rladies-theme - R-Ladies template for Quarto presentations with reveal.js (HTML)
README
# Quarto R-Ladies Theme
This is a repository R-Ladies template using `Quarto` `reveal.js` :
The code to create this example is [available here](https://github.com/beatrizmilz/quarto-rladies-theme/blob/main/template.qmd).
## How to install
This [Quarto](https://quarto.org) extension can be installed using the following command:
``` bash
quarto install extension beatrizmilz/quarto-rladies-theme
```If you are unable to install Quarto extensions, you probably should [update Quarto](https://quarto.org/docs/get-started/).
## How to use it
After you install the template, use the following code on terminal to create a new directory with all files needed:
``` bash
quarto use template beatrizmilz/quarto-rladies-theme
``````bash
Quarto templates may execute code when documents are rendered. If you do not
trust the authors of the template, we recommend that you do not install or
use the template.
``````bash
? Do you trust the authors of this template (Y/n) › Yes
? Directory name: › WRITE/THE/DIRECTORY/HERE/talk/
``````bash
[✓] Downloading
[✓] Unzipping
Found 1 extension.
[✓] Copying files...Files created:
- quarto-rladies-theme.Rproj
- _extensions
- talk.qmd```
## Acknowledgments
- [Beatriz Milz](https://github.com/beatrizmilz)
- [Mickaël Canouil](https://github.com/mcanouil) - Helped to transform the presentation into a template, helped with improvements in the theme.
- Inspired in the xaringan theme made by [Alison Hill](https://www.apreshill.com/)
- [Quarto documentation](https://quarto.org/docs/extensions/formats.html)
- [Martine Jansen](https://twitter.com/nnie_nl) - Martine's questions helped to improve the template content in order to make it easier for other people to use it!