{"id":15162338,"url":"https://github.com/errhythm/gatsby-boycott-template","last_synced_at":"2026-01-20T07:32:41.854Z","repository":{"id":254720769,"uuid":"846899515","full_name":"errhythm/gatsby-boycott-template","owner":"errhythm","description":"Boycott is a powerful and customizable template for creating boycott websites, built with React and Gatsby. Inspired by the design and functionality of BoycotZionism, this template provides a solid foundation for launching your own boycott campaigns quickly and effectively.","archived":false,"fork":false,"pushed_at":"2025-03-15T16:22:23.000Z","size":1201,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T03:33:01.924Z","etag":null,"topics":["boycott","boycott-israeli-companies","gatsby","reactjs"],"latest_commit_sha":null,"homepage":"https://theboycott.netlify.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/errhythm.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":"2024-08-24T09:09:37.000Z","updated_at":"2024-09-01T15:06:22.000Z","dependencies_parsed_at":"2024-08-25T17:06:40.317Z","dependency_job_id":null,"html_url":"https://github.com/errhythm/gatsby-boycott-template","commit_stats":null,"previous_names":["errhythm/gatsby-boycott-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/errhythm/gatsby-boycott-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errhythm%2Fgatsby-boycott-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errhythm%2Fgatsby-boycott-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errhythm%2Fgatsby-boycott-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errhythm%2Fgatsby-boycott-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/errhythm","download_url":"https://codeload.github.com/errhythm/gatsby-boycott-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errhythm%2Fgatsby-boycott-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28598157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["boycott","boycott-israeli-companies","gatsby","reactjs"],"created_at":"2024-09-27T01:40:32.581Z","updated_at":"2026-01-20T07:32:41.840Z","avatar_url":"https://github.com/errhythm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Boycott - A Gatsby Boycott Template\n\u003c/h1\u003e\n\nBoycott is a powerful and customizable template for creating boycott websites, built with React and Gatsby. Inspired by the design and functionality of [BoycotZionism](https://www.boycotzionism.com/), this template provides a solid foundation for launching your own boycott campaigns quickly and effectively.\n\n## 🚀 Quick start\n\n1.  **Create a Boycott site.**\n\n    Use the Gatsby CLI to create a new site, specifying the Boycott template.\n\n    ```shell\n    gatsby new my-boycott-site https://github.com/errhythm/gatsby-boycott-template\n    ```\n\n2.  **Start developing.**\n\n    Navigate into your new site's directory and start it up.\n\n    ```shell\n    cd my-boycott-site/\n    gatsby develop\n    ```\n\n3.  **Open the source code and start editing!**\n\n    Your site is now running at `http://localhost:8000`!\n\n    Edit `src/pages/index.js` to see your site update in real-time!\n\n## 🚀 Quick start (Netlify)\n\nDeploy this starter with one click on [Netlify](https://app.netlify.com/signup):\n\n[\u003cimg src=\"https://www.netlify.com/img/deploy/button.svg\" alt=\"Deploy to Netlify\" /\u003e](https://app.netlify.com/start/deploy?repository=https://github.com/errhythm/gatsby-boycott-template/)\n\n## 🧐 What's inside?\n\nA quick look at the top-level files and directories you'll see in this Boycott 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\n## 🎨 Customization\n\n1. **Styling**: Modify the CSS in `src/styles` to match your brand.\n2. **Content**: Update the boycott information in `src/data/boycotts.js`.\n3. **Components**: Customize React components in `src/components` to add or modify features.\n\n## 🤝 How to Contribute\n\nWe welcome contributions to improve the Boycott template! Here's how you can help:\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📜 License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for details.\n\n## 🙏 Credits\n\n- Design and functionality inspired by [BoycotZionism](https://www.boycotzionism.com/)\n- Built with [Gatsby](https://www.gatsbyjs.com/) and [React](https://reactjs.org/)\n- Rest was done by [@errhythm](https://github.com/errhythm)\n\n## 💬 Support\n\nIf you have any questions or need help with the template, please open an issue in the GitHub repository.\n\nKeep boycotting!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrhythm%2Fgatsby-boycott-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferrhythm%2Fgatsby-boycott-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrhythm%2Fgatsby-boycott-template/lists"}