{
    "componentChunkName": "component---src-components-blog-post-jsx",
    "path": "/blog/2020-04-19-essential-gatsby-plugins-for-blogs/",
    "result": {"data":{"site":{"siteMetadata":{"author":"Monica Powell","siteUrl":"https://www.aboutmonica.com"}},"mdx":{"id":"3649910c-3092-5bce-a063-ef20dd7d32ae","timeToRead":3,"body":"var _excluded = [\"components\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"Top Gatsby Plugins For Developer Blogs\",\n  \"date\": \"2020-04-19T17:44:36.261Z\",\n  \"template\": \"post\",\n  \"draft\": true,\n  \"slug\": \"2020-04-19-essential-gatsby-plugins-for-blogs\",\n  \"category\": [\"opinion\"],\n  \"tags\": [\"Gatsby\", \"Blogging\"],\n  \"description\": \"I've published dozens of articles on my Gatsby site and these are the top plugins I recommend to enhance your blog's SEO and user experience.\"\n};\n\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\n\nvar Tweet = makeShortcode(\"Tweet\");\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, _excluded);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"I've published dozens of articles on this site, which was built using \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://www.gatsbyjs.org/\"\n  }, \"Gatsby\"), \". In the past year I decided to invest more time into maintaining my blog and want to share the top plugins I recommend to enhance your Gatsby blog. Gatsby has a \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://www.gatsbyjs.org/plugins/\"\n  }, \"vast library of plugins\"), \" which are Node packages that are designed to work with Gatsby APIs to extend the functionality of Gatsby sites.\"), mdx(\"p\", null, \"I was motivated to invest more in maintaining my site because as a creator on the web it's important to have a place that you have full control over that houses all of your content. More and more developers are migrating back to self-hosting their blogs and thus retaining greater autonomy and ownership over their content.\"), mdx(\"p\", null, \"I encourage all developers who choose to blog and have the time/resources to not only maintain their blog but to consider cross-posting to sites like \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://dev.to\"\n  }, \"dev.to\"), \". If you're just getting started with syndicating content check out this piece by Stephanie Morillo on \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://www.stephaniemorillo.co/post/how-blog-post-syndication-works\"\n  }, \"How Blog Post Syndication Works\"), \".\"), mdx(Tweet, {\n    tweetLink: \"paulg/status/1251537525145042953?s\",\n    mdxType: \"Tweet\"\n  }), mdx(\"h2\", {\n    \"id\": \"recommended-gatsby-plugins\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#recommended-gatsby-plugins\",\n    \"aria-label\": \"recommended gatsby plugins permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Recommended Gatsby Plugins\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://www.gatsbyjs.org/packages/gatsby-plugin-google-analytics/\"\n  }, \"gatsby-plugin-google-analytics\"))), mdx(\"p\", null, \"One of the features I appreciate from \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://medium.com/\"\n  }, \"Medium\"), \" is that they provide content authors with access to analytics for content that they post. This information can be helpful when tracking which content resonates more with your audience and get a better gauge on how people are finding your site. If you would like access to metrics like page views, average session duration, etc. then you need to pro-actively install analytics as data usually cannot be collected retroactively. If you are interested in using Google Analytics in particular then you should check out \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"gatsby-plugin-google-analytics\"), \".\"), mdx(\"p\", null, \"Alternative: \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"Tweet%20tweetLink=%22JoshWComeau/status/1248266542745354242?s%22/\"\n  }, \"Adding a hit counter to your site\")), mdx(\"ol\", {\n    \"start\": 2\n  }, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://www.gatsbyjs.org/packages/gatsby-plugin-react-helmet/\"\n  }, \"gatsby-plugin-react-helmet\"))), mdx(\"p\", null, \"Speaking of using \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"gatsby-plugin-google-analytics\"), \" or a hit counter to learn more about your site's traffic, an essential part of creating discoverable web content is optimizing for SEO. The \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"gatsby-plugin-react-helmet\"), \" is built on-top of \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://github.com/nfl/react-helmet\"\n  }, \"react-helmet\"), \" to support server-side rendered SEO. It allows you to configure a site title, description, and other metadata. Updating metadata is essential to providing visually striking previews of content when content is shared on Twitter, Facebook, Slack, text messages and more!\"), mdx(\"p\", null, \"Also, if your experience is anything like mine then debugging metadata images is sometimes an adventure and you may need to use tools like the \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://cards-dev.twitter.com/validator\"\n  }, \"Twitter card validator\"), \" and the \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://developers.facebook.com/tools/debug/\"\n  }, \"Facebook sharing debugger\"), \" to debug image previews.\"), mdx(\"ol\", {\n    \"start\": 3\n  }, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://www.gatsbyjs.org/packages/gatsby-plugin-social-cards/\"\n  }, \"gatsby-plugin-my-social-cards\"))), mdx(\"p\", null, \"One way to make your blog stand out more is to have custom images for each blog post vs. a generic-site wide image. Manually creating new images for each blog post can be time-consuming and depending on your strategy is not necessary. I ended up installing \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"gatsby-plugin-my-social-cards\"), \" to generate custom images for each blog post.\"), mdx(\"p\", null, \"In my case I have a base image that looks like:\\n\", mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/media/base.jpg#center\",\n    \"alt\": \"base image\"\n  })), mdx(\"p\", null, \"and then for each article that I post I use \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"gatsby-plugin-my-social-cards\"), \" to generate an image that combines my base image with the title of the article resulting in something that looks like:\"), mdx(\"p\", null, mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/media/twitter-preview-image-example.jpeg#center\",\n    \"alt\": \"example image preview that would appear on twitter\"\n  })), mdx(\"ol\", {\n    \"start\": 4\n  }, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://www.gatsbyjs.org/packages/@weknow/gatsby-remark-twitter/\"\n  }, \"gatsby-remark-twitter\"))), mdx(\"p\", null, \"If you want to embed relevant tweets like the ones that appear throughout this article into markdown content on your site then check out the \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"gatsby-remark-twitter\"), \" plugin.\"), mdx(\"ol\", {\n    \"start\": 5\n  }, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://www.gatsbyjs.org/packages/gatsby-remark-prismjs/\"\n  }, \"gatsby-remark-prismjs\"))), mdx(\"p\", null, \"If the audience for your blog is developers then there's a good chance that some of your articles will feature code snippets. If so, \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"gatsby-remark-prismsjs\"), \" as an extension of \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://prismjs.com/\"\n  }, \"PrismJS\"), \" allows you to set up and style language-specific code syntax highlighting.\"), mdx(\"p\", null, \"Example snippet with PrismJS syntax highlighting:\"), mdx(\"pre\", null, mdx(\"code\", {\n    parentName: \"pre\",\n    \"className\": \"language-js\"\n  }, \"export function formatReadingTime(minutes) {\\n  let buckets = Math.round(minutes / 5)\\n\\n  return `${new Array(buckets || 1).fill(\\\"\\uD83C\\uDF7F\\\").join(\\\"\\\")} ${minutes} min read`\\n}\\n\")), mdx(\"ol\", {\n    \"start\": 6\n  }, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://www.gatsbyjs.org/packages/gatsby-remark-autolink-headers/\"\n  }, \"gatsby-remark-autolink-headers\"))), mdx(\"p\", null, mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"gatsby-remark-autolink-headers\"), \" allows you to automatically add anchor tags to all article headers. This allows these headers to be linkable similar to how Markdown files render on Github.com by default. This autolink functionality is helpful for allowing people to share links to particular sections of your article and helps make the process of creating table of contents more efficient.\"), mdx(\"p\", null, \"These are 6 of the Gatsby plugins I've found essential to enhancing my Gatsby blog and providing it with better SEO and a richer experience for my audience. The next time I set up a blog using Gatsby I'd consider installing all of these plugins depending on the particular needs of the site.\"));\n}\n;\nMDXContent.isMDXComponent = true;","tableOfContents":{"items":[{"url":"#recommended-gatsby-plugins","title":"Recommended Gatsby Plugins"}]},"frontmatter":{"title":"Top Gatsby Plugins For Developer Blogs","date":"April 19, 2020","description":"I've published dozens of articles on my Gatsby site and these are the top plugins I recommend to enhance your blog's SEO and user experience.","tags":["Gatsby","Blogging"]}},"allWebMentionEntry":{"edges":[{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1288924734491631622/1289812891479060480","wmProperty":"repost-of","wmId":835047,"type":"entry","url":"https://twitter.com/t__nda/status/1289812891479060480","likeOf":null,"author":{"url":"https://twitter.com/t__nda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5fa3007d343415b6031758f9ff8c649755d9c44e33a58967bf2ff14ffb2ac80b.jpg","name":"basem"},"published":"August 02, 2020","content":{"text":"@GatsbyJS I shared some of my favorite Gatsby plugins before I switched to MDX. I recently upgraded my code snippets using the prism-react-r"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/15127622","wmProperty":"like-of","wmId":834105,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-15127622","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/mhauri","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/38a0968bbf635d21f463f40553f13cbc3c81b1b92f26164cc7fef2e4f5ae9938.jpg","name":"Marcel Hauri"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/12748452","wmProperty":"like-of","wmId":834010,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-12748452","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/RadimVelcovsky","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b4788045b859bf68c9234e439c72a079a8f5943d6aef7fd959a5d7ee1fad16f5.jpg","name":"Radim Velčovský"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/2554039180","wmProperty":"like-of","wmId":834000,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-2554039180","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/_arthurdenner","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8a6d7754deaf66b7720a1bd11042ec9b73ffe7280c6af94a49484fced8fcc9eb.jpg","name":"Arthur Denner 🇧🇷 ➡️ 🇸🇪"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/734983338","wmProperty":"like-of","wmId":833960,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-734983338","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/_ahmed_ab","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad5a6446ee2e8d9c54c5d7a194c4e55e038197c9a7d0c89cf95758c5d453a774.jpg","name":"~/αhmєd"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1288924734491631622/1289039238873284608","wmProperty":"repost-of","wmId":833943,"type":"entry","url":"https://twitter.com/wwcodecolorado/status/1289039238873284608","likeOf":null,"author":{"url":"https://twitter.com/wwcodecolorado","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f20d58dcac242188dc94bca56e880d8ab45d41b3e56d6f0027bbcd94b0c6b59d.jpg","name":"Women Who Code Boulder | Denver"},"published":"July 31, 2020","content":{"text":"@GatsbyJS I shared some of my favorite Gatsby plugins before I switched to MDX. I recently upgraded my code snippets using the prism-react-r"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/1176014173","wmProperty":"like-of","wmId":833942,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-1176014173","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/wwcodecolorado","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f20d58dcac242188dc94bca56e880d8ab45d41b3e56d6f0027bbcd94b0c6b59d.jpg","name":"Women Who Code Boulder | Denver"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/3181135592","wmProperty":"like-of","wmId":833899,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-3181135592","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/inouetakumon","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e389af52915b34f0e11acca0c357d41303ba1c985bc258caea1fedce50aa2a96.jpg","name":"takumontakumon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/20713378","wmProperty":"like-of","wmId":833898,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-20713378","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/nachiketkumar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/70233f0e448ef97fea3510fa8f0bd4656edc9159614b35abfecec6fa2dc3892b.png","name":"Nachiket Kumar"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/303406325","wmProperty":"like-of","wmId":833855,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-303406325","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/RyanCraigMartin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/4695cf1ef25e4ebf0fdbaa0446795db8381c03c45c7fe0b038274a705b13ba2c.jpg","name":"Ryan Craig Martin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/948937839768678401","wmProperty":"like-of","wmId":833854,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-948937839768678401","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/asempa__","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1632b1ce9c3bcb11ced79298b7d7f0c46c73613b4d081bcc7b10e20408a7bd3a.jpg","name":"K.A.T - 20"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/1279448843919036417","wmProperty":"like-of","wmId":833840,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-1279448843919036417","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/ElegantStack","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e44f1b64b7c6b8a3759c24f2be1018999f16470c77c9f6736c67ad05a34a105e.png","name":"ElegantStack"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/12816182","wmProperty":"like-of","wmId":833841,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-12816182","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/matiasfha","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/06763deb08c4be73422c82ba144e9ef0c427f51a4f277b21205fc0fb37625a3b.jpg","name":"Matías Hernández Arellano"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/2827317121","wmProperty":"like-of","wmId":833825,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-2827317121","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/whoisareyes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e51a7ce70120b23b0c7ac799900b9b37b11e0d091ccc4465307daae59594220e.jpg","name":"Adolfo Reyes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1288924734491631622/1288934390781956106","wmProperty":"repost-of","wmId":833826,"type":"entry","url":"https://twitter.com/hashim_warren/status/1288934390781956106","likeOf":null,"author":{"url":"https://twitter.com/hashim_warren","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3e25450412e91402bbd053821e38679dcfb83b3a6f7f0be6cdabeae59d7f0b03.jpg","name":"Hashim of Swords ⚔️"},"published":"July 30, 2020","content":{"text":"@GatsbyJS I shared some of my favorite Gatsby plugins before I switched to MDX. I recently upgraded my code snippets using the prism-react-r"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/803599579090448388","wmProperty":"like-of","wmId":833824,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-803599579090448388","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/hashim_warren","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3e25450412e91402bbd053821e38679dcfb83b3a6f7f0be6cdabeae59d7f0b03.jpg","name":"Hashim of Swords ⚔️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/39969135","wmProperty":"like-of","wmId":833823,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-39969135","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/ArpelsK","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/541de732873ac64da854fded41b27f7456a160c4bada3772d5a4663a115f4b22.jpg","name":"Kevin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/2730344068","wmProperty":"like-of","wmId":833822,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-2730344068","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/mancillajona","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d4d0076734ba78fdcb7b62affac7c605a2ab44d76b367ce7740de0f8fddf616f.png","name":"Jonathan Mancilla"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/939882782020399104","wmProperty":"like-of","wmId":833821,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-939882782020399104","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/NaveenDA_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6933e4724235d1ebd1b0f429887da5af19d2fdb7753fa9d0e6fc170fe1c86ce0.jpg","name":"Naveen DA"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/18133773","wmProperty":"like-of","wmId":833820,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-18133773","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/nerdess","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/33610bc7855b97a44b4e4bf015a35ed26436f2fb174f624ceb550f4cf40356e4.jpg","name":"Sissi Adamski"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/1122244199070486528","wmProperty":"like-of","wmId":833819,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-1122244199070486528","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/zbr_aziz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/80e34170ac62d6a2f6e7d3a29e36623646fdad08d0cf13b25047d41788ddb55e.jpg","name":"Zubair Aziz"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/3273355140","wmProperty":"like-of","wmId":833818,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-3273355140","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/ojknation","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f4f128c65795ef8ce140216f234bc6f978c9632724aa817092eb29b87ddf8c49.jpg","name":"Ojk"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1288924734491631622/1288930274223493120","wmProperty":"repost-of","wmId":833803,"type":"entry","url":"https://twitter.com/GatsbyJS/status/1288930274223493120","likeOf":null,"author":{"url":"https://twitter.com/GatsbyJS","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/285a21ea01d699be05f11cc16e836f499cce1202b3a48d6fad26f636040c4dc3.png","name":"Gatsby"},"published":"July 30, 2020","content":{"text":"@GatsbyJS I shared some of my favorite Gatsby plugins before I switched to MDX. I recently upgraded my code snippets using the prism-react-r"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1288924734491631622/1288930961284124679","wmProperty":"repost-of","wmId":833802,"type":"entry","url":"https://twitter.com/MarCodeOficial/status/1288930961284124679","likeOf":null,"author":{"url":"https://twitter.com/MarCodeOficial","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/68eed2a57a7b31b97939ba9aabdbbbb796030c3d406594af9b76a78cbb09d1b9.jpg","name":"Mar Code"},"published":"July 30, 2020","content":{"text":"@GatsbyJS I shared some of my favorite Gatsby plugins before I switched to MDX. I recently upgraded my code snippets using the prism-react-r"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/98186076","wmProperty":"like-of","wmId":833801,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-98186076","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/jorgenocedal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d362b35c5c96166aaae4023dc9bc1aeb3db68e338a733e2a0c0c86f36165d3a1.jpg","name":"Jorge Nocedal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/778241756160745472","wmProperty":"like-of","wmId":833800,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-778241756160745472","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/NZonnenberg","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/71d349513a915d0a9e0592c65e9fc218c590f2e7f779d4e18fe897e85ec4d64d.jpg","name":"Nicole Zonnenberg - Black Lives Matter"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/17484849","wmProperty":"like-of","wmId":833798,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-17484849","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/chicagomom","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f1119e9cea2feeec0420a101471ed4b40dc4b0edb718faf1103554b4d9e50bd3.jpg","name":"Carolyn Shannon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/1419909222","wmProperty":"like-of","wmId":833799,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-1419909222","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/amanhimself","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/194821bb66332e72ddcae99f075e4c598e75f9d5ae05ef81dacd9b13954e25ba.jpg","name":"Aman Mittal ⚛️☕🖖 loves @Expo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/8015912","wmProperty":"like-of","wmId":833796,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-8015912","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/hdknr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a9f1649d5e7d3559d24e3de694dfdee7a3da0e04c6195c4fcadcfbfe018917c0.jpg","name":"ネコビト aka DaCat"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/116661955","wmProperty":"like-of","wmId":833797,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-116661955","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/boomboomshubho","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e3769f2350fe4b4072e3c4907466ab7c3b9db0cfebf43ddb038812d8f91ab1ee.jpg","name":"Shubhojyoti"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/1212182093402275840","wmProperty":"like-of","wmId":833794,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-1212182093402275840","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/MarCodeOficial","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/68eed2a57a7b31b97939ba9aabdbbbb796030c3d406594af9b76a78cbb09d1b9.jpg","name":"Mar Code"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/2451223458","wmProperty":"like-of","wmId":833795,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-2451223458","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/mxstbr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5e936378d4e481acc1cfdc437df334d96fabc5641aa43f929e8cb47b5f6f5dd8.jpg","name":"Max Stoiber 🐟"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/267274166","wmProperty":"like-of","wmId":833792,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-267274166","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/Renejean11","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a27fcfb96440e93aec4e026112f8397fa26bfd54b26f1da1aefcfa692233f2f4.jpg","name":"René-Jean Corneille"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/3227338044","wmProperty":"like-of","wmId":833793,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-3227338044","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/GatsbyJS","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/285a21ea01d699be05f11cc16e836f499cce1202b3a48d6fad26f636040c4dc3.png","name":"Gatsby"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/1288445233131380736","wmProperty":"like-of","wmId":833791,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-1288445233131380736","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/mikededev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/5393aa5c536de53497b3532bc7ee08f8a24384fb49422e35c2e7a53b30695032.jpg","name":"Mike"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/1029330429319438337","wmProperty":"like-of","wmId":833790,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-1029330429319438337","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/alangkiby","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b99cb518c7def032b19ee240d4456b09455264abe2ab74e7bdf4cb2efe0ff26c.jpg","name":"Shareloc Holmes"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/1070692567891759105","wmProperty":"like-of","wmId":833788,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-1070692567891759105","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/ijebu_developer","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/38435ea0385b6fb9056f3c32af7ef7f10780ed92e4c2cd11d94a6899668eccbb.jpg","name":"adedaniel 💯"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/917069583097397248","wmProperty":"like-of","wmId":833789,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-917069583097397248","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/willjohnsonio","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8b0ece85d7bdcd080b28373f900dab0880e0c2dd0127f134a57b6274a4281b30.jpg","name":"Ruby on Wills 🐺"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/6415442","wmProperty":"like-of","wmId":833786,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-6415442","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/nicklewis","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/830bec92fe488058204d526b6e645edb3c0d92ba9232cc7a08dbc6060458e9d1.jpg","name":"Nick Lewis | Content | Code | Photography"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/453227243","wmProperty":"like-of","wmId":833787,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-453227243","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/JakeHerp","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ca60b01838aa1b4a984641d8352b07edd7dabac5c70bb2a5d83bf2a70a7d3ef0.jpg","name":"Jacob Herper"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/59104114","wmProperty":"like-of","wmId":833784,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-59104114","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/Coady88","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9a3d80ad738c7aea7a136ac3d9ac892cffbcb1016b2b04001cbefa8030845fb4.jpg","name":"JC"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1288924734491631622/887600911270412288","wmProperty":"like-of","wmId":833785,"type":"entry","url":"https://twitter.com/waterproofheart/status/1288924734491631622#favorited-by-887600911270412288","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/Didicodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6430302697288b668df5e1955c77f0b73732b4c8704f5cfe0cd0852c82662536.jpg","name":"Edidiong Asikpo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1253380617628246017/1214943582521643008","wmProperty":"like-of","wmId":786810,"type":"entry","url":"https://twitter.com/waterproofheart/status/1253380617628246017#favorited-by-1214943582521643008","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/TechBadGuyy","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/da5906068a7beeb724fd4c23fa9591a0931a9acfb8a4537a11a23876237ea916.jpg","name":"TechBadGuy"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1251957381866696704/1191511986997256192","wmProperty":"like-of","wmId":786679,"type":"entry","url":"https://twitter.com/waterproofheart/status/1251957381866696704#favorited-by-1191511986997256192","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/lazyloading_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/171e4832aaedc59355f7cfd5085fc220c0586e1abf3d1490b1986aa1bdbe7dc3.png","name":"tabitha"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1253380617628246017/1006970655278075904","wmProperty":"like-of","wmId":786479,"type":"entry","url":"https://twitter.com/waterproofheart/status/1253380617628246017#favorited-by-1006970655278075904","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/WYLIES8","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/06ef0b55fa1df75fe4423300f3ca840747242f0c891cf7a7e2019911c31be95f.jpg","name":"Your Play Cousin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1253380617628246017/3487839254","wmProperty":"like-of","wmId":786194,"type":"entry","url":"https://twitter.com/waterproofheart/status/1253380617628246017#favorited-by-3487839254","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/aplusrise","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6df5329e84f7d52e01f2ef486c6dee19540e2ba0d0cfe2542f9deee591270550.png","name":"aPlusRise"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1251957381866696704/339704494","wmProperty":"like-of","wmId":786171,"type":"entry","url":"https://twitter.com/waterproofheart/status/1251957381866696704#favorited-by-339704494","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/cortneyisms","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7a23814bb2dc3cffa2854d7c993540184a32e442edd474a3a4878359db1cca50.jpg","name":"Cortney"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1251957381866696704/64515860","wmProperty":"like-of","wmId":786170,"type":"entry","url":"https://twitter.com/waterproofheart/status/1251957381866696704#favorited-by-64515860","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/metalandcoffee_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b4ca7a2beac791acfd6c29952ea2dfad94e2fc039c3a6ebd07ab3d0a15e58c91.png","name":"Ebonie"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1251957381866696704/1251957888236519424","wmProperty":"repost-of","wmId":786169,"type":"entry","url":"https://twitter.com/AaronCuddeback/status/1251957888236519424","likeOf":null,"author":{"url":"https://twitter.com/AaronCuddeback","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0548f88231594957b156bd5b0c9e3b832930f8a47d892a7b1003c8ecc3828710.jpg","name":"Aaron Cuddeback"},"published":"April 19, 2020","content":{"text":"Launching a blog with #GatsbyJS? 🚀\nInstall these essential plugins to improve SEO and UX: aboutmonica.com/blog/2020-04-1…"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1253380617628246017/1253381267661488128","wmProperty":"in-reply-to","wmId":786166,"type":"entry","url":"https://twitter.com/waterproofheart/status/1253381267661488128","likeOf":null,"author":{"url":"https://twitter.com/waterproofheart","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b91e7d67123983ab05d03e92669a08a56716940ed00c451370cc9eff050632d7.jpg","name":"Monica.dev 👩🏾‍💻"},"published":"April 23, 2020","content":{"text":"I’m trying to test webmentions  🙃. I’m able to see mention of webmentions   in the graphql schema of my site but I don’t actually have any web mention yet. I’m also assuming there shouldn’t be a delay...but the experiment continues."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1253380617628246017/3377551306","wmProperty":"like-of","wmId":786165,"type":"entry","url":"https://twitter.com/waterproofheart/status/1253380617628246017#favorited-by-3377551306","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/AditiDevelops","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/17596889642e253094b6d65280446f0d104e8f65abffee25f33b4793e9955a78.jpg","name":"Aditi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1253380617628246017/3424878503","wmProperty":"like-of","wmId":786164,"type":"entry","url":"https://twitter.com/waterproofheart/status/1253380617628246017#favorited-by-3424878503","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/lauragift_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/56b5e3a24bc78a1cd851bc9653adf113c3475625d0344bb9b077b4093d63a29f.jpg","name":"lauragift_"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1253380617628246017/1253380820758380547","wmProperty":"in-reply-to","wmId":786163,"type":"entry","url":"https://twitter.com/maxcell/status/1253380820758380547","likeOf":null,"author":{"url":"https://twitter.com/maxcell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a883720df399748ec3c5e79fdb00e3bcfa1aed681d0b2db5977e20976816186d.jpg","name":"Prince Wilson"},"published":"April 23, 2020","content":{"text":"AND I AM HERE FOR THIS CONTENT 👏"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1253380617628246017/3115345708","wmProperty":"like-of","wmId":786161,"type":"entry","url":"https://twitter.com/waterproofheart/status/1253380617628246017#favorited-by-3115345708","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/maxcell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a883720df399748ec3c5e79fdb00e3bcfa1aed681d0b2db5977e20976816186d.jpg","name":"Prince Wilson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1253380617628246017/1253381757057085441","wmProperty":"in-reply-to","wmId":786162,"type":"entry","url":"https://twitter.com/maxcell/status/1253381757057085441","likeOf":null,"author":{"url":"https://twitter.com/maxcell","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a883720df399748ec3c5e79fdb00e3bcfa1aed681d0b2db5977e20976816186d.jpg","name":"Prince Wilson"},"published":"April 23, 2020","content":{"text":"I love it! I hope you share your experiments trials and findings in another blog post 👀"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1253380617628246017/56019754","wmProperty":"like-of","wmId":786155,"type":"entry","url":"https://twitter.com/waterproofheart/status/1253380617628246017#favorited-by-56019754","likeOf":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","author":{"url":"https://twitter.com/onmyway133","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0f1ac1ff22efa3e68d73cb64c3a02c8f1eebebcac80c6476b2c7ae36b59a7276.jpg","name":"Khoa 🔥"},"published":null,"content":null}}]}},"pageContext":{"permalink":"https://www.aboutmonica.com/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","slug":"/blog/2020-04-19-essential-gatsby-plugins-for-blogs/","prev":{"id":"3db16256-6938-56b2-8c59-ffb85dfc8ba9","frontmatter":{"title":"Give Your CSS Superpowers with CSS Variables","category":["tutorial"],"date":"2020-05-22T13:41:29.058Z","slug":"give-your-css-superpowers-with-css-variables","tags":["CSS","Codepen","Tutorial","Web Development"],"redirects":null},"fields":{"slug":"/blog/give-your-css-superpowers-with-css-variables/"}},"next":{"id":"7aaec4f2-4c3a-5431-8714-fc4082af0b41","frontmatter":{"title":"Refactoring useState() To useReducer()","category":["tutorial"],"date":"2020-04-04T17:06:08.127Z","slug":"2020-04-04-refactoring-use-state-to-use-reducer","tags":["React","React Hooks","Reduce"],"redirects":null},"fields":{"slug":"/blog/2020-04-04-refactoring-use-state-to-use-reducer/"}}}},
    "staticQueryHashes": ["1977783444","764694655"]}