gatsby-remark-social-cards icon indicating copy to clipboard operation
gatsby-remark-social-cards copied to clipboard

Gatsby remark plugin for generating social card graphics

Results 14 gatsby-remark-social-cards issues
Sort by recently updated
recently updated
newest added

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.7.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Hi, I am pretty much using the default configuration as suggested in readme. ```jsx { resolve: 'gatsby-remark-social-cards', options: { title: { // This is the frontmatter field the title should...

This plugin is awesome and I would love to have it available with translated date, for example have month names in french.

I am trying to add `gatsby-remark-social-cards`, by following instructions [here](https://www.gatsbyjs.org/packages/gatsby-remark-social-cards/). I have just added a new plugin under `gatsby-transformer-remark`. But when I try to run `gatsby develop`, it fails on...

Bumps [acorn](https://github.com/acornjs/acorn) from 6.0.6 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...

dependencies

Currently, there are only two options for font colors: `white` and `black`. We need to add the ability to use any hex value as the text color. ## The Problem...

enhancement
help wanted
discussion