-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.qmd
31 lines (20 loc) · 977 Bytes
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Quarto social embeds
A [Quarto](https://quarto.org) extension to embed content from across the web into a quarto-rendered html document using a shortcode.
Currently includes shortcodes for the following:
* [GitHub gists](examples/gists.qmd)
* [Loom](examples/loom.qmd)
* [Mastodon](examples/mastodon.qmd)
* [Twitter](examples/twitter.qmd)
* [Vimeo](examples/vimeo.qmd)
* [Youtube](examples/youtube.qmd)
## Installation
Install the extension with:
``` bash
quarto install extension sellorm/quarto-social-embeds
```
## Usage
Check the individual examples in the navbar above for specific examples.
This site was built using the extension, so the examples are actual working examples.
Check the [GitHub repo](https://quarto.org/sellorm/quarto-social-embeds) to see the site's underlying `.qmd` files.
## License
quarto-social-embeds is released under an MIT License. See the [LICENSE](https://github.com/sellorm/quarto-social-embeds/blob/main/LICENSE) for more info.