gatsby-source-medium-feed

1.0.6 • Public • Published

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
    },
  },
]

Package Sidebar

Install

npm i gatsby-source-medium-feed

Weekly Downloads

243

Version

1.0.6

License

MIT

Unpacked Size

5.2 kB

Total Files

7

Last publish

Collaborators

  • robert197