Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby plugin medium feed

This plugin returns the content of medium posts.

Available properties are:

  • title
  • date
  • author
  • link
  • content
  • thumbnail
  • slug

Usage

  1. Run npm i -S gatsby-plugin-medium-feed
  2. Add plugin to your gatsby-config.js :
plugins: [
  {
    resolve: 'gatsby-plugin-medium-feed',
    options: {
      userName: '@...', // Medium user name
      name: 'MediumFeed', // GraphQL query AllMediumFeed
    },
  },
]
© 2023 Gatsby, Inc.