{"id":15545800,"url":"https://github.com/davbree/graceful-oak","last_synced_at":"2026-04-13T17:04:04.325Z","repository":{"id":140317320,"uuid":"321922171","full_name":"davbree/graceful-oak","owner":"davbree","description":"Jamstack site created with Stackbit","archived":false,"fork":false,"pushed_at":"2020-12-16T08:47:39.000Z","size":251,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T14:11:21.109Z","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":".github/FUNDING.yml","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},"funding":{"patreon":"gherciu_gheorghe","open_collective":"gherciu-gheorghe","custom":"https://paypal.me/GGherciu"}},"created_at":"2020-12-16T08:47:30.000Z","updated_at":"2020-12-16T08:47:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"04915fa7-5694-46cb-b814-a4a10916bd88","html_url":"https://github.com/davbree/graceful-oak","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fgraceful-oak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fgraceful-oak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fgraceful-oak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fgraceful-oak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davbree","download_url":"https://codeload.github.com/davbree/graceful-oak/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245237058,"owners_count":20582588,"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":["gatsby","git","headless","jamstack","ssg","stackbit","static"],"created_at":"2024-10-02T12:56:03.458Z","updated_at":"2026-04-13T17:04:04.296Z","avatar_url":"https://github.com/davbree.png","language":"JavaScript","funding_links":["https://patreon.com/gherciu_gheorghe","https://opencollective.com/gherciu-gheorghe","https://paypal.me/GGherciu","https://opencollective.com/gherciu-gheorghe/"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg width=\"200\" height=\"200\"\n    src=\"https://raw.githubusercontent.com/Gherciu/gatsby-all-in/master/static/logo.png\"\u003e\n  \u003ch1\u003egatsby-all-in\u003c/h1\u003e\n  \u003cp\u003e 🗃⚛️A GatsbyJs starter that includes the most popular js libraries, already pre-configured and ready for use. \u003ca href=\"https://gatsby-all-in.netlify.com/\" alt=\"gatsby-all-in\"\u003eDEMO\u003c/a\u003e.\u003c/p\u003e\n\u003c/div\u003e\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/b654c94e-08a6-4b79-b443-7837581b1d8d/deploy-status)](https://app.netlify.com/sites/gatsby-all-in/deploys)\n[![GitHub](https://img.shields.io/github/license/Gherciu/gatsby-all-in)](https://github.com/Gherciu/gatsby-all-in/blob/master/LICENSE.md)\n[![Gatsby-All-In](https://img.shields.io/badge/Generated%20from-gatsby--all--in-green)](https://github.com/Gherciu/gatsby-all-in)\n\n### Getting started\n\n- Create a new Gatsby site using the gatsby-all-in starter: `gatsby new blog https://github.com/Gherciu/gatsby-all-in`\n- Edit configuration variables in `.env.development` file\n- Start dev server: `npm run start`\n\n### Features\n\n- `ESLint` and `Stylelint` to enforce code style. Run `npm run lint:scripts` for `.js|.jsx` and `npm run lint:styles` for `.css|.scss` files.\n- Pre-commit hooks with `husky` and `lint-staged`\n- Useful SCSS helpers `_mixins` and `_vars` see all in `./src/styles`\n- `redux` and `redux-devtools` implimented and configured to work well in `development` mode and `production`. The store is hot reloadable ;)\n- Aliases for all folders (components, styles, store etc.) see all available aliases in `./gatsby-config.js`\n- `antd` is added and configured to work well as an UI framework (css normalization is not need, antd has own)\n- All folders in `./src` have own README.md file with a little documentation and usage guide\n- `Helmet` implimented and configured with `gatsby-plugin-react-helmet` see an example in `./src/layouts/MainLayout.js`\n- Configured `tailwindcss` a utility-first CSS framework for rapidly building custom designs.\n\n### When ready to build for production\n\n- Create file `.env.production` the content should be the same as in `.env.development`\n- Build the project: `npm run build`\n- Start production server: `npm run serve`\n\n---\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n#### Or you can sponsor via [Open Collective](https://opencollective.com/gherciu-gheorghe/)\n\n[![Open Collective](https://opencollective.com/gherciu-gheorghe/tiers/sponsor.svg?avatarHeight=60)](https://opencollective.com/gherciu-gheorghe/)\n\n## Author\n\n**[@Gherciu/gatsby-all-in](https://github.com/Gherciu/gatsby-all-in)** © [GHERCIU](https://github.com/Gherciu), Released under the [MIT](https://github.com/Gherciu/gatsby-all-in/blob/master/LICENSE.md) License.\u003cbr\u003e\nAuthored and maintained by GHERCIU with help from contributors ([list](https://github.com/Gherciu/gatsby-all-in/contributors)).\n\n#### If you like this repository star⭐ and watch👀 on [GitHub](https://github.com/Gherciu/gatsby-all-in)\n\n## 💫 Deploy\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/Gherciu/gatsby-all-in)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavbree%2Fgraceful-oak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavbree%2Fgraceful-oak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavbree%2Fgraceful-oak/lists"}