{"id":31530632,"url":"https://github.com/kylereddoch/brewventy","last_synced_at":"2026-04-15T19:37:11.264Z","repository":{"id":317444680,"uuid":"1067370978","full_name":"kylereddoch/brewventy","owner":"kylereddoch","description":"A coffee-themed, fully customizable Eleventy starter project combining elegant design with powerful functionality. Perfect for personal blogs, documentation sites, and landing pages.","archived":false,"fork":false,"pushed_at":"2025-10-01T15:58:09.000Z","size":6267,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-20T01:33:34.793Z","etag":null,"topics":["11ty","11ty-starter","11ty-template","buildexcellentwebsites","builtwith","eleventy","eleventy-theme","eleventy-themes","eleventy-website","javascript","markdown","nunjucks","scss","website-template"],"latest_commit_sha":null,"homepage":"https://brewventy.vercel.app","language":"SCSS","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/kylereddoch.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"ko_fi":"kylereddoch"}},"created_at":"2025-09-30T19:03:57.000Z","updated_at":"2025-10-19T07:54:57.000Z","dependencies_parsed_at":"2025-09-30T23:31:25.028Z","dependency_job_id":"6178819e-fd53-4b1e-8736-a099fb22b426","html_url":"https://github.com/kylereddoch/brewventy","commit_stats":null,"previous_names":["kylereddoch/brewventy"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/kylereddoch/brewventy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylereddoch%2Fbrewventy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylereddoch%2Fbrewventy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylereddoch%2Fbrewventy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylereddoch%2Fbrewventy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kylereddoch","download_url":"https://codeload.github.com/kylereddoch/brewventy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylereddoch%2Fbrewventy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281038982,"owners_count":26433685,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"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":["11ty","11ty-starter","11ty-template","buildexcellentwebsites","builtwith","eleventy","eleventy-theme","eleventy-themes","eleventy-website","javascript","markdown","nunjucks","scss","website-template"],"created_at":"2025-10-04T01:49:51.394Z","updated_at":"2025-10-26T00:06:48.988Z","avatar_url":"https://github.com/kylereddoch.png","language":"SCSS","funding_links":["https://ko-fi.com/kylereddoch","https://github.com/sponsors/kylereddoch"],"categories":[],"sub_categories":[],"readme":"# Brewventy Eleventy Starter\n\n![GitHub Repo stars](https://img.shields.io/github/stars/kylereddoch/brewventy?style=for-the-badge\u0026logo=github\u0026link=https%3A%2F%2Fgithub.com%2Fkylereddoch%2Fbrewventy%2Fstargazers)  ![Mastodon Follow](https://img.shields.io/mastodon/follow/114614907486620795?domain=infosec.exchange\u0026style=for-the-badge\u0026logo=mastodon\u0026logoColor=white\u0026labelColor=%232F0C7A\u0026color=brightgreen\u0026link=https%3A%2F%2Finfosec.exchange%2F%40cyberseckyle)  [![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen?style=for-the-badge)](https://github.com/kylereddoch/brewventy/pulls)\n\nA coffee-themed, fully customizable Eleventy starter project combining **elegant design** with **powerful functionality**. Perfect for personal blogs, documentation sites, and landing pages.\n\n## Features\n\n- 🏗️ **Eleventy-powered** static site generator\n- ☕ **Custom coffee theme** with dark (Mocha) \u0026 light (Latte) modes\n- 🎨 **Responsive design** with fluid container alignment\n- 🔧 **Easy customization**: SCSS variables, shortcodes, and templates\n- 🚀 **Optimized for performance** and accessibility\n- 📦 **Shortcodes**: `coffeeToggle`, `recentPosts`, etc.\n- 🌐 **i18n-ready** and plugin-friendly\n\n## First Steps\n\nCheck out the [Usage Guide](USAGE.md).\n\n## Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/kylereddoch/brewventy.git\ncd brewventy\n\n# Install dependencies\nnpm install\n\n# Run in development mode\nnpm run dev\n\n# Build for production\nnpm run build\n```\n\n## Documentation\n\n- [Getting Started \u0026 Usage](USAGE.md)\n- [Deployment Guides](DEPLOYMENT.md)\n\n## Built with Brewventy\n\n**Add your site here! Submit a PR to showcase your Brewventy-powered site.**\n\n## Contributing\n\nFeel free to open issues or pull requests. See [ISSUE_TRACKER](https://github.com/kylereddoch/brewventy/issues).\n\n## Sponsor\n\nYour support keeps the coffee brewing! ❤\n\n[![Sponsor](https://img.shields.io/badge/Sponsor%20Brewventy-❤️-brightgreen.svg)](https://github.com/sponsors/kylereddoch)\n\n## License\n\nLicensed under the MIT License. See [LICENSE](LICENSE) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylereddoch%2Fbrewventy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkylereddoch%2Fbrewventy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylereddoch%2Fbrewventy/lists"}