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: about 1 year 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T17:05:50.000Z (over 2 years ago)
- Last Synced: 2025-02-09T21:15:13.361Z (over 1 year ago)
- Topics: quarto, quarto-extension, quarto-filter
- Language: Lua
- Homepage: https://royfrancis.github.io/quarto-reveal-logo
- Size: 2.4 MB
- Stars: 0
- Watchers: 2
- 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

- 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