-
gatsby-source-ghost:用于从Ghost公共API将数据提取到Gatsby.js中的源插件下载
资源介绍
盖茨比幽灵
使用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