{"id":20521707,"url":"https://github.com/hack4impact/bytes-of-good","last_synced_at":"2026-03-19T16:13:39.284Z","repository":{"id":42769089,"uuid":"275450969","full_name":"hack4impact/bytes-of-good","owner":"hack4impact","description":"The website for the Bytes of Good, social impact in tech, podcast!","archived":false,"fork":false,"pushed_at":"2023-03-05T03:42:03.000Z","size":3158,"stargazers_count":2,"open_issues_count":7,"forks_count":1,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-07-25T12:19:45.854Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hack4impact.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-27T20:49:00.000Z","updated_at":"2025-03-16T05:25:46.000Z","dependencies_parsed_at":"2024-11-15T22:31:43.601Z","dependency_job_id":"05f74fee-f373-4112-ad59-f41ff38896ba","html_url":"https://github.com/hack4impact/bytes-of-good","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hack4impact/bytes-of-good","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack4impact%2Fbytes-of-good","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack4impact%2Fbytes-of-good/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack4impact%2Fbytes-of-good/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack4impact%2Fbytes-of-good/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hack4impact","download_url":"https://codeload.github.com/hack4impact/bytes-of-good/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hack4impact%2Fbytes-of-good/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29185112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"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":[],"created_at":"2024-11-15T22:31:29.409Z","updated_at":"2026-02-07T03:02:17.714Z","avatar_url":"https://github.com/hack4impact.png","language":"SCSS","readme":"\u003ch1 align=\"center\"\u003eThe Bytes of Good landing site 📣\u003c/h1\u003e\n\u003cp\u003e\n  \u003ca href=\"https://app.netlify.com/sites/bytesofgood/deploys\" target=\"_blank\" rel=\"noreferrer\"\u003e\n    \u003cimg src=\"https://api.netlify.com/api/v1/badges/612768b0-7a88-4d1b-a32a-7c7cf5b8f7da/deploy-status\" alt=\"Netlify Status\" /\u003e\n  \u003c/a\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"#\" target=\"_blank\" rel=\"noreferrer\"\u003e\n    \u003cimg alt=\"License: ISC\" src=\"https://img.shields.io/badge/License-ISC-yellow.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e The bare-bones, [Pug-driven](https://pugjs.org) landing page for the incredible Bytes of Good org ✨\n\n🚀 [**Visit the live site**](impactpodcast.hack4impact.org)\n\n## Tech stack\n\nThis project uses [**Eleventy**](https://11ty.dev) for development and production builds. If you've ever used [Jekyll](https://jekyllrb.com) (maybe for building sites on GitHub pages), this is super similar! The only _real_ difference is using JavaScript packages for all our plugins instead of Ruby. This makes setup a lot simpler across devices from our experience.\n\nFor the pages themselves, we use a combination of [Pug / Jade templates](https://pugjs.org/api/getting-started.html) and [Scss](https://sass-lang.com) for our styles. No, we don't use bootstrap or any other CSS library! We write our CSS with our bare hands 💪\n\n## Project structure\n\n```\nsrc/ -\u003e all our assets, pug templates, scripts, and styles\n| 🗄 _assets -\u003e images, fonts, etc copied directly to build/\n| 📶 _data -\u003e global data pulled in from the Contentful CMS\n| 📦 _includes -\u003e pug templates and SVG assets imported into pages\n| 💅 _sass -\u003e sass files loaded into your HTML templates\n  | _imports -\u003e sass files that are imported, *not* copied directly to build/\n| 🚏 [route files] -\u003e templates outside _includes = *routes* on our site\nbuild/ -\u003e generated from src/ when running build commands\n```\n\n### Some important frontmatter properties\n\nIf you open a page like `src/index.pug` you'll notice some variables assigned between some `---`s. These are called [frontmatter](https://www.11ty.dev/docs/data-frontmatter/) properties:\n\n- `title` - the page title displayed in your browser's tab.\n- `layout` - the name of the Pug template file to use as a \"wrapper\" around the page. For example, `layout: layout` points to the `_includes/layout.pug` file.\n- `styles` - any page-specific styles to load from the `_sass` directory. For example, `styles: home` points to the `_sass/home.scss` file.\n\n## Install Dependencies\n\nMake sure you have [NodeJS](https://nodejs.org/en/) installed first. Then, run this terminal command inside the project directory:\n\n```sh\nnpm install\n```\n\n## Spin up the dev server\n\n```sh\nnpm start\n```\n\nThis will spin up a local development server (using [Browsersync](https://browsersync.io)) with live reloading on file changes.\n\n## Build for production\n\n```sh\nnpm run build\n```\n\nThis should create a `build/` directory that we'll serve using the [Netlify](https://www.netlify.com) deploy service. Just **don't edit any of these files directly!** These files are generated from `src/`, so make all your edits in there.\n\n## Contributors\n\n👤 **Ben Holmes**\n\n* Website: https://bholmes.dev\n* Twitter: [@bholmesdev](https://twitter.com/bholmesdev)\n* Github: [@Holben888](https://github.com/Holben888)\n* LinkedIn: [@bholmesdev](https://linkedin.com/in/bholmesdev)\n\n👤 **James Wang**\n\n* Website: https://thejameswang.me\n* Github: [@thejameswang](https://github.com/thejameswang)\n* LinkedIn: [@thejameswang](https://www.linkedin.com/in/thejameswang/)\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n***\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhack4impact%2Fbytes-of-good","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhack4impact%2Fbytes-of-good","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhack4impact%2Fbytes-of-good/lists"}