From 1003717b71050574efbd32e03a22f519dd4a6f95 Mon Sep 17 00:00:00 2001 From: Brad Garropy Date: Fri, 6 Aug 2021 13:29:18 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B0=20badges=20(#24)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update functionality. * add example project. * handle empty facebook and twitter fields. * testing overrides. * fix twitter bug. update docs. * fix twitter bug. update docs. * lint and format. * typescript and tests. * add badges. --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index 6b80a94..9b8551f 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,9 @@ [![version][version-badge]][npm] [![downloads][downloads-badge]][npm] [![size][size-badge]][bundlephobia] +[![github actions][github-actions-badge]][github-actions] +[![coverage][codecov-badge]][codecov] +[![typescript][typescript-badge]][typescript] [![contributing][contributing-badge]][contributing] [![contributors][contributors-badge]][contributors] [![discord][discord-badge]][discord] @@ -144,6 +147,12 @@ All of the `SEO` props are optional. If a prop is not provided, the associated m [downloads-badge]: https://img.shields.io/npm/dt/@bradgarropy/http?style=flat-square [bundlephobia]: https://bundlephobia.com/result?p=@bradgarropy/gatsby-plugin-seo [size-badge]: https://img.shields.io/bundlephobia/minzip/@bradgarropy/http?style=flat-square +[github-actions]: https://github.com/bradgarropy/gatsby-plugin-seo/actions +[github-actions-badge]: https://img.shields.io/github/workflow/status/bradgarropy/gatsby-plugin-seo/%F0%9F%9A%80%20release?style=flat-square +[codecov]: https://app.codecov.io/gh/bradgarropy/gatsby-plugin-seo +[codecov-badge]: https://img.shields.io/codecov/c/github/bradgarropy/gatsby-plugin-seo?style=flat-square +[typescript]: https://www.typescriptlang.org/dt/search?search=%40bradgarropy%2Fgatsby-plugin-seo +[typescript-badge]: https://img.shields.io/npm/types/@bradgarropy/gatsby-plugin-seo?style=flat-square [contributing]: https://github.com/bradgarropy/gatsby-plugin-seo/blob/master/contributing.md [contributing-badge]: https://img.shields.io/badge/PRs-welcome-success?style=flat-square [contributors]: #-contributors