gatsby-source-note

1.0.1 • Public • Published

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.

Package Sidebar

Install

npm i gatsby-source-note

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

2.58 kB

Total Files

6

Last publish

Collaborators

  • onkbear