gatsby-source-gathercontent:用于从GatherContent将内容拉入Gatsby的源插件

时间:2021-04-30 07:20:49
【文件属性】:
文件名称:gatsby-source-gathercontent:用于从GatherContent将内容拉入Gatsby的源插件
文件大小:710KB
文件格式:ZIP
更新时间:2021-04-30 07:20:49
JavaScript gatsby-source-gathercontent 用于从GatherContent将内容拉入Gatsby的源插件。 安装 npm install gatsby-source-gathercontent 配置 我们建议对您的GatherContent配置使用环境变量。 您可以了解有关在Gatsby中使用环境变量的更多信息。 // gatsby-config.js module.exports = { plugins: [ { resolve: 'gatsby-source-gathercontent', options: { email: process.env.GATSBY_GC_EMAIL, apiKey: process.env.GATSBY_GC_API_KEY, // https://docs.gathe
【文件预览】:
gatsby-source-gathercontent-main
----.gitignore(47B)
----package.json(1KB)
----package-lock.json(255KB)
----src()
--------gatsby-nodeTypes.js(177B)
--------__tests__()
--------gatsby-node.js(2KB)
----jest.config.js(6KB)
----index.js(7B)
----README.md(1KB)
----hero.png(36KB)
----babel.config.js(87B)
----docs()
--------images()
--------sourcing-from-gathercontent.md(9KB)

网友评论