Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/royfrancis/quarto-reveal-logo
A quarto extension to add logos to revealjs presentation
https://github.com/royfrancis/quarto-reveal-logo
quarto quarto-extension quarto-filter
Last synced: 6 days ago
JSON representation
A quarto extension to add logos to revealjs presentation
- Host: GitHub
- URL: https://github.com/royfrancis/quarto-reveal-logo
- Owner: royfrancis
- License: mit
- Created: 2023-12-24T12:33:14.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T17:05:50.000Z (11 months ago)
- Last Synced: 2024-01-28T16:53:44.922Z (11 months ago)
- Topics: quarto, quarto-extension, quarto-filter
- Language: Lua
- Homepage: https://royfrancis.github.io/quarto-reveal-logo
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reveal-logo
A quarto extension to add logos to revealjs presentation
![](preview.jpg)
- Add one or two logos on the top
- Add a URL as a clickable link
- Adjust height of logos## Install
- Requires Quarto >=1.2.0
- Install extension to the root of the project
- Run in the terminal```
quarto add royfrancis/quarto-reveal-logo
```## Usage
- Add to filters in yaml metadata
```yaml
filters:
- reveal-logo
```- Add parameters to `format: revealjs`.
|Parameter|Description|
|---|---|
|`header-logo-left`|Add a logo to top left|
|`header-logo-right`|Add a logo to top right|
|`header-logo-left-height`|Height of left logo in css units|
|`header-logo-right-height`|Height of right logo in css units|
|`header-logo-left-url`|Add a clickable link to the left logo|
|`header-logo-right-url`|Add a clickable link to the right logo|For more information, click [here](https://royfrancis.github.io/quarto-reveal-logo).
## Acknowledgements
- [Quarto](https://quarto.org)
- [shafayetShafee/reveal-header](https://github.com/shafayetShafee/reveal-header)---
2024 • Roy Francis