Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilofreire/quarto-presentation
A fork of the beautiful Quarto Clean presentation theme
https://github.com/danilofreire/quarto-presentation
Last synced: 7 days ago
JSON representation
A fork of the beautiful Quarto Clean presentation theme
- Host: GitHub
- URL: https://github.com/danilofreire/quarto-presentation
- Owner: danilofreire
- Created: 2024-04-01T18:37:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T04:39:20.000Z (10 days ago)
- Last Synced: 2024-11-04T05:25:04.553Z (10 days ago)
- Language: HTML
- Size: 10.9 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quarto Presentation
This repository hosts a forked version of the [Quarto clean presentation theme](https://github.com/grantmcdermott/quarto-revealjs-clean). The original theme was designed by [Grant McDermott](https://grantmcdermott.com/) and I thank him for his excellent work. Although I have introduced a few minor modifications for personal use, the essence and aesthetic of the presentation remain very close to the original design. You can view the modified version of the presentation [here](https://danilofreire.github.io/quarto-presentation/quarto-presentation.html).
[![](screenshot.png "live demo")](https://danilofreire.github.io/quarto-presentation/quarto-presentation.html)
## Modifications
The (small) modifications made to the original Quarto Clean theme are:
- Adjustments to the color scheme.
- Font changes for improved readability.
- Additional slide transition options.
- Quarto plugins that are not part of the original theme but are useful for my presentations.## How to Use
To use this forked version in your Quarto presentations, follow these steps:
1. Clone this repository to your local machine.
2. Copy the modified theme files into your Quarto project directory.You can also add this theme to your directory with:
```bash
quarto install extension danilofreire/quarto-presentation
```You can install the additional extensions with:
```bash
quarto install extension r-wasm/quarto-drop
quarto install extension martinomagnifico/quarto-appearance
quarto install extension martinomagnifico/quarto-multimodal
```For a detailed guide on using custom themes in Quarto, please refer to the [Quarto Documentation](https://quarto.org/docs/presentations).
## Credits
All credits for the original design and development of the Quarto Clean theme go to [Grant McDermott](https://grantmcdermott.com/). I would also like to thank [Martijn de Jongh](https://martinomagnifico.github.io/) for [Appearance](https://github.com/martinomagnifico/quarto-appearance) and [Multimodal](https://github.com/Martinomagnifico/quarto-multimodal), the [R for WebAssembly team](https://github.com/r-wasm) for [Quarto Drop](https://github.com/r-wasm/quarto-drop), and the [Quarto team](https://quarto.org/) for creating such a great tool.
You can add more extensions to your Quarto project with:
```bash
quarto install extension repositoryowner/repo
```A list of available extensions can be found at .
## License
This version of the Quarto Clean theme is available under the same license as the original. Please see the LICENSE file for more details.