Skip to content

devs-group/gatsby-source-medium-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatsby source 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-source-medium-feed
  2. Add plugin to your gatsby-config.js :
plugins: [
  {
    resolve: 'gatsby-source-medium-feed',
    options: {
      userName: '@...', // Medium user name
      name: 'MediumFeed', // GraphQL query AllMediumFeed
    },
  },
]

About

Gatsby plugin to get posts written in medium

Resources

Stars

Watchers

Forks

Packages

No packages published