{"id":18482624,"url":"https://github.com/kdcio/gatsby-source-abucms","last_synced_at":"2026-05-02T03:04:59.888Z","repository":{"id":36970177,"uuid":"360031907","full_name":"kdcio/gatsby-source-abucms","owner":"kdcio","description":"GatsbyJS source plugin for AbuCMS","archived":false,"fork":false,"pushed_at":"2024-09-06T08:11:56.000Z","size":1661,"stargazers_count":0,"open_issues_count":21,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-25T13:41:04.929Z","etag":null,"topics":["abu-cms","gatsby","gatsby-plugin","gatsby-source","gatsbyjs","headless-cms","kdcio","kdcsoftware","serverless","serverless-cms"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kdcio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-21T04:28:52.000Z","updated_at":"2021-06-07T02:06:03.000Z","dependencies_parsed_at":"2022-06-28T23:34:52.371Z","dependency_job_id":null,"html_url":"https://github.com/kdcio/gatsby-source-abucms","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcio%2Fgatsby-source-abucms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcio%2Fgatsby-source-abucms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcio%2Fgatsby-source-abucms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcio%2Fgatsby-source-abucms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kdcio","download_url":"https://codeload.github.com/kdcio/gatsby-source-abucms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239199090,"owners_count":19598732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abu-cms","gatsby","gatsby-plugin","gatsby-source","gatsbyjs","headless-cms","kdcio","kdcsoftware","serverless","serverless-cms"],"created_at":"2024-11-06T12:29:23.190Z","updated_at":"2026-05-02T03:04:54.860Z","avatar_url":"https://github.com/kdcio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gatsby-source-abucms\n\nSource plugin for pulling data from [AbuCMS](https://github.com/kdcio/abu) into [GatsbyJS](https://www.gatsbyjs.com/). It creates links between models and asset so they can be queried in Gatsby using GraphQL.\n\n[![ver](https://img.shields.io/npm/v/@kdcio/gatsby-source-abucms)](https://www.npmjs.com/package/@kdcio/gatsby-source-abucms) [![size](https://badgen.net/bundlephobia/minzip/@kdcio/gatsby-source-abucms)](https://bundlephobia.com/result?p=@kdcio/gatsby-source-abucms) [![build](https://img.shields.io/github/workflow/status/kdcio/gatsby-source-abucms/CI)](https://github.com/kdcio/gatsby-source-abucms/actions?query=workflow%3ACI) [![Known Vulnerabilities](https://snyk.io/test/github/kdcio/gatsby-source-abucms/badge.svg?targetFile=package.json)](https://snyk.io/test/github/kdcio/gatsby-source-abucms?targetFile=package.json) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=kdcio_gatsby-source-abucms\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=kdcio_gatsby-source-abucms) [![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=kdcio_gatsby-source-abucms\u0026metric=code_smells)](https://sonarcloud.io/dashboard?id=kdcio_gatsby-source-abucms) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=kdcio_gatsby-source-abucms\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=kdcio_gatsby-source-abucms) [![license](https://img.shields.io/github/license/kdcio/gatsby-source-abucms)](https://github.com/kdcio/gatsby-source-abucms/blob/master/LICENSE)\n\n:warning: This plugin only works on Gatsby v3+.\n\n## Install\n\n```bash\nnpm install gatsby-source-abucms\n```\n\n## Configuration\n\n```js\n// gatsby-config.js\nmodule.exports = {\n  plugins: [\n    {\n      resolve: `gatsby-source-abucms`,\n      options: {\n        baseUrl: \"https://xxxxxxxx.execute-api.us-east-1.amazonaws.com\",\n        apiBase: \"prod\", // deployment stage\n        models: [\"blog\", \"home_page\", \"about_page\", \"social_profile\"], // modelId\n        apiKey: \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n        useCache: false, // default is true. set to false if you want to debug.\n      },\n    },\n  ],\n};\n```\n\n## Example\n\n[Gatsby's blog starter with AbuCMS](https://github.com/kdcio/gatsby-starter-blog-abucms)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdcio%2Fgatsby-source-abucms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdcio%2Fgatsby-source-abucms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdcio%2Fgatsby-source-abucms/lists"}