{"id":21156601,"url":"https://github.com/staticjscms/static-cms-gatsby-netlify-template","last_synced_at":"2025-07-09T12:32:36.024Z","repository":{"id":102772648,"uuid":"560023702","full_name":"StaticJsCMS/static-cms-gatsby-netlify-template","owner":"StaticJsCMS","description":"Example Gatsby + StaticCMS project on Netlify","archived":false,"fork":false,"pushed_at":"2024-08-26T14:18:01.000Z","size":2375,"stargazers_count":1,"open_issues_count":9,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-26T16:55:22.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gatsby.staticcms.org/","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/StaticJsCMS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["StaticJsCMS"],"open_collective":"staticjscms"}},"created_at":"2022-10-31T15:26:41.000Z","updated_at":"2023-03-21T11:40:00.000Z","dependencies_parsed_at":"2023-09-22T07:59:31.431Z","dependency_job_id":"3f17b5cf-0482-4bee-a30e-a6da41626d98","html_url":"https://github.com/StaticJsCMS/static-cms-gatsby-netlify-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StaticJsCMS%2Fstatic-cms-gatsby-netlify-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StaticJsCMS%2Fstatic-cms-gatsby-netlify-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StaticJsCMS%2Fstatic-cms-gatsby-netlify-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StaticJsCMS%2Fstatic-cms-gatsby-netlify-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StaticJsCMS","download_url":"https://codeload.github.com/StaticJsCMS/static-cms-gatsby-netlify-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225543531,"owners_count":17486059,"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":[],"created_at":"2024-11-20T11:47:04.874Z","updated_at":"2024-11-20T11:47:05.451Z","avatar_url":"https://github.com/StaticJsCMS.png","language":"JavaScript","funding_links":["https://github.com/sponsors/StaticJsCMS","https://opencollective.com/staticjscms"],"categories":[],"sub_categories":[],"readme":"# Gatsby template for Static CMS with Netlify Identity\n\nThis is a small business template built with [Gatsby](https://www.gatsbyjs.com/) and [Static CMS](https://github.com/StaticJsCMS/static-cms).\n\n## Getting started\n\nUse our deploy button to get your own copy of the repository. \n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/StaticJsCMS/static-cms-gatsby-netlify-template\u0026amp;stack=cms)\n\nThis will setup everything needed for running the CMS:\n\n* A new repository in your GitHub account with the code\n* Full Continuous Deployment to Netlify's global CDN network\n* Control users and access with Netlify Identity\n* Manage content with Static CMS\n\nOnce the initial build finishes, you will receive an \"Invite\" email to login to Static CMS.\n\nNow you're all set, and you can start editing content!\n\n## Local Development\n\nClone this repository, and run `yarn` or `npm install` from the new folder to install all required dependencies.\n\nThen start the development server with `yarn start` or `npm start`.\n\n## What's inside?\n\nA quick look at the top-level files and directories you'll see in a typical Gatsby project.\n\n    .\n    ├── node_modules\n    ├── src\n    ├── .gitignore\n    ├── gatsby-browser.js\n    ├── gatsby-config.js\n    ├── gatsby-node.js\n    ├── gatsby-ssr.js\n    ├── LICENSE\n    ├── package.json\n    └── README.md\n\n1.  **`/node_modules`**: This directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.\n\n1.  **`/src`**: This directory will contain all of the code related to what you will see on the front-end of your site (what you see in the browser) such as your site header or a page template. `src` is a convention for “source code”.\n\n1.  **`.gitignore`**: This file tells git which files it should not track / not maintain a version history for.\n\n1.  **`gatsby-browser.js`**: This file is where Gatsby expects to find any usage of the [Gatsby browser APIs](https://www.gatsbyjs.com/docs/reference/config-files/gatsby-browser/) (if any). These allow customization/extension of default Gatsby settings affecting the browser.\n\n1.  **`gatsby-config.js`**: This is the main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins you’d like to include, etc. (Check out the [config docs](https://www.gatsbyjs.com/docs/reference/config-files/gatsby-config/) for more detail).\n\n1.  **`gatsby-node.js`**: This file is where Gatsby expects to find any usage of the [Gatsby Node APIs](https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/) (if any). These allow customization/extension of default Gatsby settings affecting pieces of the site build process.\n\n1.  **`gatsby-ssr.js`**: This file is where Gatsby expects to find any usage of the [Gatsby server-side rendering APIs](https://www.gatsbyjs.com/docs/reference/config-files/gatsby-ssr/) (if any). These allow customization of default Gatsby settings affecting server-side rendering.\n\n1.  **`LICENSE`**: This Gatsby starter is licensed under the 0BSD license. This means that you can see this file as a placeholder and replace it with your own license.\n\n1.  **`package.json`**: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.\n\n1.  **`README.md`**: A text file containing useful reference information about your project.\n\n## 🎓 Learning Gatsby\n\nLooking for more guidance? Full documentation for Gatsby lives [on the website](https://www.gatsbyjs.com/). Here are some places to start:\n\n- **For most developers, we recommend starting with our [in-depth tutorial for creating a site with Gatsby](https://www.gatsbyjs.com/tutorial/).** It starts with zero assumptions about your level of ability and walks through every step of the process.\n\n- **To dive straight into code samples, head [to our documentation](https://www.gatsbyjs.com/docs/).** In particular, check out the _Guides_, _API Reference_, and _Advanced Tutorials_ sections in the sidebar.\n\n## Deploy\n\n[Build, Deploy, and Host On The Only Cloud Built For Gatsby](https://www.gatsbyjs.com/products/cloud/)\n\nGatsby Cloud is an end-to-end cloud platform specifically built for the Gatsby framework that combines a modern developer experience with an optimized, global edge network.\n\n\u003c!-- AUTO-GENERATED-CONTENT:END --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaticjscms%2Fstatic-cms-gatsby-netlify-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaticjscms%2Fstatic-cms-gatsby-netlify-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaticjscms%2Fstatic-cms-gatsby-netlify-template/lists"}