Expand description
Auto-generates Open Graph social card images from page metadata. Auto-generates Open Graph social card images from page metadata.
For each HTML page, generates a branded SVG social card containing
the page title and site name. Injects the og:image meta tag
pointing to the generated image.
No external dependencies — uses inline SVG generation.
Structs§
- OgImage
Plugin - Plugin that auto-generates Open Graph social card images.
Functions§
- generate_
og_ svg - Generates an SVG social card with the given title and site name.