Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chesteralan/gatsby-source-builder
Gatsby Source Builder.io
https://github.com/chesteralan/gatsby-source-builder
Last synced: 27 days ago
JSON representation
Gatsby Source Builder.io
- Host: GitHub
- URL: https://github.com/chesteralan/gatsby-source-builder
- Owner: chesteralan
- License: gpl-3.0
- Created: 2021-10-27T08:17:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T22:29:05.000Z (over 2 years ago)
- Last Synced: 2024-09-26T00:28:32.702Z (about 1 month ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-source-builder
Gatsby Source Builder.io## gatsby-config.js
```
{
resolve: 'gatsby-source-builder',
options: {
apiKey: "enter-your-builder.io-api-key-in-here",
models:["page"],
limit: 100,
includeRefs: true,
sort: ''
}
}
```