ChristopherBiscardi / gatsby-plugins

A collection of my Gatsby plugins
23 stars 5 forks source link

[gatsby-plugin-devtips] #1

Open ChristopherBiscardi opened 4 years ago

ChristopherBiscardi commented 4 years ago

The devtips.json file should include the group name or a slug to enable linking back to the collection:

{
    "id": "b6d4df74-dcb0-54a6-9225-ab7c4e43ac53",
    "tweet": "bat (https://github.com/sharkdp/bat) is a cat replacement that includes syntax highlighting, line numbers, and more.",
    "images": [
      "/devtip-images/cli-bat-replaces-cat-0.png"
    ],
+  collection: 'cli',
+  url: '/devtips/cli'
  }