mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-05-18 14:34:23 +02:00

* checkpoint * make emitters async generators * fix * custom font spec * replace spinner, use disk cache for fonts * use readline instead * make og images look nice
20 lines
854 B
Markdown
20 lines
854 B
Markdown
---
|
|
title: "Social Media Preview Cards"
|
|
---
|
|
|
|
A lot of social media platforms can display a rich preview for your website when sharing a link (most notably, a cover image, a title and a description).
|
|
|
|
Quartz can also dynamically generate and use new cover images for every page to be used in link previews on social media for you.
|
|
|
|
## Showcase
|
|
|
|
After enabling the [[CustomOgImages]] emitter plugin, the social media link preview for [[authoring content | Authoring Content]] looks like this:
|
|
|
|
| Light | Dark |
|
|
| ----------------------------------- | ---------------------------------- |
|
|
| ![[social-image-preview-light.png]] | ![[social-image-preview-dark.png]] |
|
|
|
|
## Configuration
|
|
|
|
This functionality is provided by the [[CustomOgImages]] plugin. See the plugin page for customization options.
|