gatsby-source-ghost:用于从Ghost公共API将数据提取到Gatsby.js中的源插件

时间:2024-05-17 10:01:45
【文件属性】:

文件名称:gatsby-source-ghost:用于从Ghost公共API将数据提取到Gatsby.js中的源插件

文件大小:50KB

文件格式:ZIP

更新时间:2024-05-17 10:01:45

gatsby ghost gatsbyjs gatsby-source JavaScript

盖茨比幽灵 使用Ghost 将数据从提取到源插件。 演示: : 盖茨比入门者 文档: : 安装 yarn add gatsby-source-ghost npm install --save gatsby-source-ghost 如何使用 gatsby-config.js插件配置: { resolve: `gatsby-source-ghost`, options: { apiUrl: `https://.ghost.io`, contentApiKey: ``, version: `v3` // Ghost API version, optional, defaults to "v3". // Pass


【文件预览】:
gatsby-source-ghost-master
----ghost-nodes.js(577B)
----index.js(9B)
----renovate.json(93B)
----ghost-schema.js(4KB)
----package.json(1KB)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----test()
--------gatsby-node.test.js(1KB)
--------.eslintrc.js(95B)
--------utils()
----.prettierrc(127B)
----LICENSE(1KB)
----.eslintrc.js(95B)
----.gitignore(981B)
----README.md(3KB)
----yarn.lock(84KB)
----.editorconfig(349B)
----content-api.js(251B)
----gatsby-node.js(6KB)

网友评论