Skip to content

Create Plugins “eleventy-plugin-svg-social-card”#74

Open
jcubic wants to merge 1 commit into
brob:masterfrom
jcubic:cms/jcubic/plug11ty.com/plugins/eleventy-plugin-svg-social-card
Open

Create Plugins “eleventy-plugin-svg-social-card”#74
jcubic wants to merge 1 commit into
brob:masterfrom
jcubic:cms/jcubic/plug11ty.com/plugins/eleventy-plugin-svg-social-card

Conversation

@jcubic

@jcubic jcubic commented Apr 18, 2026

Copy link
Copy Markdown

Automatically generated by Netlify CMS

Copilot AI review requested due to automatic review settings April 18, 2026 21:20

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new plugin entry to the site’s plugins catalog for eleventy-plugin-svg-social-card, providing metadata used by the /plugin.njk layout to render the plugin details page.

Changes:

  • Added a new plugin metadata Markdown file for eleventy-plugin-svg-social-card.
  • Included maintainer info, GitHub URL, README URL, category, and description in front matter.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

---
layout: /plugin.njk
title: eleventy-plugin-svg-social-card
readmeUrl: https://raw.githubusercontent.com/jcubic/eleventy-plugin-svg-social-card/refs/heads/master/README.md

Copilot AI Apr 18, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

readmeUrl uses the .../refs/heads/master/... raw GitHub URL form. This is inconsistent with the rest of the plugin entries (which use .../<branch>/README.md) and may not be supported by any code that normalizes/parses readmeUrl. Prefer https://raw.githubusercontent.com/jcubic/eleventy-plugin-svg-social-card/master/README.md (or main if that’s the default branch) to match existing entries.

Suggested change
readmeUrl: https://raw.githubusercontent.com/jcubic/eleventy-plugin-svg-social-card/refs/heads/master/README.md
readmeUrl: https://raw.githubusercontent.com/jcubic/eleventy-plugin-svg-social-card/master/README.md

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants