{"id":20795423,"url":"https://github.com/ooloth/gatsby-starter","last_synced_at":"2026-04-19T05:31:49.743Z","repository":{"id":77623895,"uuid":"165728345","full_name":"ooloth/gatsby-starter","owner":"ooloth","description":"Custom starter for new Gatsby projects.","archived":false,"fork":false,"pushed_at":"2022-03-07T16:22:28.000Z","size":80642,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-13T06:48:14.568Z","etag":null,"topics":["gatsby","react-spring","xstate"],"latest_commit_sha":null,"homepage":"https://gatsbystarter.netlify.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ooloth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2019-01-14T20:15:54.000Z","updated_at":"2022-03-07T14:29:57.000Z","dependencies_parsed_at":"2023-03-13T20:14:38.209Z","dependency_job_id":null,"html_url":"https://github.com/ooloth/gatsby-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ooloth/gatsby-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooloth%2Fgatsby-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooloth%2Fgatsby-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooloth%2Fgatsby-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooloth%2Fgatsby-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ooloth","download_url":"https://codeload.github.com/ooloth/gatsby-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooloth%2Fgatsby-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31996252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["gatsby","react-spring","xstate"],"created_at":"2024-11-17T16:21:41.712Z","updated_at":"2026-04-19T05:31:49.726Z","avatar_url":"https://github.com/ooloth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WEBSITE_TITLE website\n\n\u003c!-- TODO: replace with snippet from Netlify \u003e Settings \u003e Netlify status badges--\u003e\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/4320c2f4-c85f-40fe-8b79-7ff91da5a7d7/deploy-status)](https://app.netlify.com/sites/website/deploys)\n\n\u003c!-- TODO: update all WEBSITE_TITLE --\u003e\n\u003c!-- TODO: update website.com --\u003e\nThese are the source files for [WEBSITE_TITLE's website](https://www.website.com).\n\n## Overview\n\n- WEBSITE_TITLE's site is built in React using [Gatsby](https://www.gatsbyjs.org).\n\n## How to add the site to your local dev environment\n\nTo modify this site, make sure you have node, npm, git and Gatsby installed globally (if not, see [this tutorial](https://www.gatsbyjs.org/tutorial/part-zero/) to get up and running).\n\nThen, make sure you have SSH set up on your local machine to connect to your GitHub account. If you need instructions for setting this up, see [Connecting to GitHub with SSH](https://help.github.com/en/articles/connecting-to-github-with-ssh).\n\nFinally, clone this repo to your local machine, install the project dependencies, and run the 'dev' script:\n\n\u003c!-- TODO: update ORG_NAME + REPO_NAME: --\u003e\n\n```\n// navigate to parent folder, then run:\ngit clone git@github.com:ORG_NAME/REPO_NAME.git\nnpm install\nnpm run dev\n```\n\n## How to update the site's content\n\nIn general, update the source files on your computer, then push your changes to GitHub:\n\n```\ngit add .\ngit commit -m \"Description of update...\"\ngit push\n```\n\nWhen you `git push` your changes, Netlify will automatically deploy the new\nversion of the site. (You can set up email notifications in the site's settings on Netlify to alert you when the build succeeds or fails.)\n\nTo prevent issues on the live site, always confirm the build works locally by running `npm run build \u0026\u0026 gatsby serve` before pushing your changes to the repo.\n\n### How to update text\n\n- Update the text in the relevant `YAML` file in `src/data/`.\n- If the text needs to include HTML (or other special formatting), add the HTML tags to the YAML string and then make sure the markup outputs the string using `dangerouslySetInnerHTML={{ __html: variable }}`.\n\n### How to update images\n\n- Add the new images to `src/images/`.\n- Add the relevant image details (e.g. file path, alt text, object-position) to the appropriate `YAML` file in `src/data/`.\n\n### TODO: Add any exceptional updating instructions here...\n\n## Confused?\n\n* Learn more about [Gatsby](https://www.gatsbyjs.org/tutorial/) and\n\t[here](https://www.gatsbyjs.org/docs/).\n* Learn more about [Netlify](https://www.netlify.com/docs/).\n* Learn more about [GitHub](https://help.github.com/en#dotcom).\n* Learn more about [git](https://git-scm.com/doc).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fooloth%2Fgatsby-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fooloth%2Fgatsby-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fooloth%2Fgatsby-starter/lists"}