{"id":15544618,"url":"https://github.com/davbree/successful-lime","last_synced_at":"2026-05-01T08:31:41.219Z","repository":{"id":140317849,"uuid":"321916971","full_name":"davbree/successful-lime","owner":"davbree","description":"Jamstack site created with Stackbit","archived":false,"fork":false,"pushed_at":"2020-12-16T08:26:52.000Z","size":520,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T10:08:26.505Z","etag":null,"topics":["gatsby","git","headless","jamstack","ssg","stackbit","static"],"latest_commit_sha":null,"homepage":"https://jamstack.new","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/davbree.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-16T08:26:43.000Z","updated_at":"2020-12-16T08:26:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"7765d49a-cdb8-4b7a-8522-6d1d43c1b6f5","html_url":"https://github.com/davbree/successful-lime","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davbree/successful-lime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fsuccessful-lime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fsuccessful-lime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fsuccessful-lime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fsuccessful-lime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davbree","download_url":"https://codeload.github.com/davbree/successful-lime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fsuccessful-lime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32490810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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","git","headless","jamstack","ssg","stackbit","static"],"created_at":"2024-10-02T12:38:40.949Z","updated_at":"2026-05-01T08:31:41.214Z","avatar_url":"https://github.com/davbree.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gatsby-starter-business\nA [Gatsby v2](https://www.gatsbyjs.org/) and [Netlify CMS](https://www.netlifycms.org) powered generic business website.\n\nIt follows the [JAMstack architecture](https://jamstack.org) by using Git as a single source of truth, and [Netlify](https://www.netlify.com) for continuous deployment, and CDN distribution.\n\n## Demo\n[Gatsby Starter Business](https://gatsby-starter-business.netlify.com)\n\n## Features\n* Complete Business Website Suite - Home Page, About Page, Pricing Page, Contact Page and Blog\n* Netlify CMS for Content Management\n* SEO Friendly (Sitemap, Schemas, Meta Tags, GTM etc)\n* Bulma and Sass Support for styling\n* Progressive Web App \u0026 Offline Support\n* Tags and RSS Feed for Blog\n* Disqus and Share Support\n* Elastic-Lunr Search (NEW)\n* Pagination (NEW)\n* Contact Form (Netlify Forms)\n* Easy Configuration using `config.js` file\n\n## Prerequisite\n* Node\n* Gatsby CLI (globally installed)\n\n## Getting Started\nCreate your own project with Gatsby CLI:\n```shell\ngatsby new yourbusinessname https://github.com/v4iv/gatsby-starter-business.git \n```\n\n## Available Scripts\n\n### Develop\nStart a hot-reloading development environment accessible at `localhost:8000`\n```shell\nyarn start\n```\n\n### Build\nGet an optimized production build for your site generating static HTML and per-route JavaScript code bundles.\n```shell\nyarn build\n```\n\n### Serve\ngatsby serve — Gatsby starts a local HTML server for testing your built site.\n```shell\nyarn serve\n```\n\n### Lint\nLint the code according to eslintrc file, for consistency.\n```shell\nyarn lint\n```\n\n### Clean\nRemove the .cache and public for a scratch compile.\n```shell\nyarn clean\n```\n\n## Configuration\nTo personalize and configure this Starter open `config.js` file and replace the default values.\n\n```javascript\nmodule.exports = {\n  siteTitle: 'Gatsby Starter Business', // Site title.\n  siteTitleAlt: 'Business', // Alternative site title for SEO.\n  siteLogo: '/icons/icon-512x512.png', // Logo used for SEO and manifest.\n  siteUrl: 'https://gatsby-starter-business.netlify.com', // Domain of your website without pathPrefix.\n  // Do not use trailing slash!\n  pathPrefix: '/', // Prefixes all links. For cases when deployed to example.github.io/gatsby-starter-business/.\n  siteDescription: 'Leverage Gatsby Business Starter for your Business.', // Website description used for RSS feeds/meta description tag.\n  siteRss: '/rss.xml',\n  siteFBAppID: '', // FB Application ID for using app insights\n  googleTagManagerID: '', // GTM tracking ID.\n  disqusShortname: 'gatsby-business-starter', // Disqus shortname.\n  userName: 'Vaibhav Sharma',\n  userTwitter: 'vaibhaved',\n  userLocation: 'Delhi NCR, India',\n  userDescription: '',\n  copyright: 'Copyright © Gatsby Starter Business 2018. All Rights Reserved.', // Copyright string for the footer of the website and RSS feed.\n  themeColor: '#00d1b2', // Used for setting manifest and progress theme colors.\n  backgroundColor: '#ffffff', // Used for setting manifest background color.\n}\n\n```\n\n## Deployment\nClicking the button will ask for authentication via Github, which will create a repo in your github account with this starter. Then, it will build and deploy the site to Netlify.\n\n\u003ca href=\"https://app.netlify.com/start/deploy?repository=https://github.com/v4iv/gatsby-starter-business\u0026amp;stack=cms\"\u003e\u003cimg src=\"https://www.netlify.com/img/deploy/button.svg\" alt=\"Deploy to Netlify\"\u003e\u003c/a\u003e\n\nYou can read up on how to set up Identity(Authentication for CMS User) here [How To Set Up Netlify CMS](https://www.netlifycms.org/docs/add-to-your-site/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavbree%2Fsuccessful-lime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavbree%2Fsuccessful-lime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavbree%2Fsuccessful-lime/lists"}