1.0.1 • Published 3 years ago

gatsby-source-note v1.0.1

Weekly downloads
9
License
MIT
Repository
-
Last release
3 years ago

gatsby-source-note

Source plugin for pulling posts from note

Install

yarn add gatsby-source-note

How to use

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-source-note`,
      options: {
        // note ID
        creator: `info`,
      },
    },
  ],
}

Note

However, this plugin uses an unofficial API so, I recommend that you use it for private use.