0.0.5 • Published 6 years ago

gatsby-source-utopian v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

gatsby-source-utopian

It is a source plugin of pulling your posts from Utopian.io to Gatsby. You need to provide your utopian name and it will get all the posts whether approved or rejected.

For Usage Check https://github.com/codingdefined/gatsby-utopian-blog.

In the gatsby-config.js file you need to add the gatsbt-source-utopian as shown below, where user is the username for which you would like to get all teh posts.

module.exports = {
  plugins: [
    {
      resolve: 'gatsby-source-utopian',
      options: {
        user: 'codingdefined',
      },
    },
  ],
};
0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago