{"id":19691334,"url":"https://github.com/errhythm/errhythm.github.io","last_synced_at":"2026-01-04T21:04:55.560Z","repository":{"id":255828413,"uuid":"835630589","full_name":"errhythm/errhythm.github.io","owner":"errhythm","description":"The second iteration of my personal portfolio website. Big thanks to @bchiang7 for building the base design. Additional features are developed by me. Please credit if forked or cloned. ","archived":false,"fork":false,"pushed_at":"2025-03-13T18:40:27.000Z","size":27675,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T18:41:55.616Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://errhythm.me","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/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-07-30T08:15:13.000Z","updated_at":"2025-03-13T18:40:30.000Z","dependencies_parsed_at":"2025-03-02T19:31:56.254Z","dependency_job_id":null,"html_url":"https://github.com/errhythm/errhythm.github.io","commit_stats":null,"previous_names":["errhythm/v2","errhythm/errhythm.github.io"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errhythm%2Ferrhythm.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errhythm%2Ferrhythm.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errhythm%2Ferrhythm.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errhythm%2Ferrhythm.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/errhythm","download_url":"https://codeload.github.com/errhythm/errhythm.github.io/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244300733,"owners_count":20430813,"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":[],"created_at":"2024-11-11T19:08:48.241Z","updated_at":"2026-01-04T21:04:55.554Z","avatar_url":"https://github.com/errhythm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Logo\" src=\"src/images/logo.png\" width=\"100\" /\u003e\n\u003c/div\u003e\n\u003ch1 align=\"center\"\u003e\n  errhythm.me - v2\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  The second iteration of \u003ca href=\"https://errhythm.me\" target=\"_blank\"\u003eerrhythm.me\u003c/a\u003e built with \u003ca href=\"https://www.gatsbyjs.org/\" target=\"_blank\"\u003eGatsby\u003c/a\u003e and hosted with \u003ca href=\"https://www.netlify.com/\" target=\"_blank\"\u003eNetlify\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://app.netlify.com/sites/errhythm/deploys\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://api.netlify.com/api/v1/badges/13388b91-ee2c-4479-9064-28f7edd3c7c4/deploy-status\" alt=\"Netlify Status\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n![demo](https://cdn.errhythm.me/og@2x.png)\n\nInitial design and development by [bchiang7](https://github.com/bchiang7). Further development and enhancements by [errhythm](https://github.com/errhythm).\n\n## 🚨 Forking this repo (please read!)\n\nMany people have contacted me asking me if they can use this code for their own website, and the answer to that question is usually **yes, with attribution**. If you are using my forked version of this repo, please give the credit to both [bchiang7](https://github.com/bchiang7) and [errhythm](https://github.com/errhythm).\n\n\u003e I value keeping my site open source, but as you all know, _**plagiarism is bad**_. It's always disheartening whenever I find that someone has copied my site without giving me credit. I spent a non-trivial amount of effort building and designing this iteration of my website, and I am proud of it! All I ask of you all is to not claim this effort as your own.\n\n\u003e Please also note that I did not build this site with the intention of it being a starter theme, so if you have questions about implementation, please refer to the [Gatsby docs](https://www.gatsbyjs.org/docs/).\n\n— [bchiang7](https://github.com/bchiang7)\n\n### TL;DR\n\nYes, you can fork this repo. Please give me proper credit by keeping the original attribution in the footer. Thanks!\n\n## 🛠 Installation \u0026 Set Up\n\n1. Install the Gatsby CLI\n\n   ```sh\n   npm install -g gatsby-cli\n   ```\n\n2. Install and use the correct version of Node using [NVM](https://github.com/nvm-sh/nvm)\n\n   ```sh\n   nvm install\n   ```\n\n3. Install dependencies\n\n   ```sh\n   yarn\n   ```\n\n4. Start the development server\n\n   ```sh\n   npm start\n   ```\n\n## 🚀 Building and Running for Production\n\n1. Generate a full static production build\n\n   ```sh\n   npm run build\n   ```\n\n1. Preview the site as it will appear once deployed\n\n   ```sh\n   npm run serve\n   ```\n\n## 🎨 Color Reference\n\n| Color          | Hex                                                                |\n| -------------- | ------------------------------------------------------------------ |\n| Navy           | ![#0a192f](https://via.placeholder.com/10/0a192f?text=+) `#0a192f` |\n| Light Navy     | ![#112240](https://via.placeholder.com/10/0a192f?text=+) `#112240` |\n| Lightest Navy  | ![#233554](https://via.placeholder.com/10/303C55?text=+) `#233554` |\n| Slate          | ![#8892b0](https://via.placeholder.com/10/8892b0?text=+) `#8892b0` |\n| Light Slate    | ![#a8b2d1](https://via.placeholder.com/10/a8b2d1?text=+) `#a8b2d1` |\n| Lightest Slate | ![#ccd6f6](https://via.placeholder.com/10/ccd6f6?text=+) `#ccd6f6` |\n| White          | ![#e6f1ff](https://via.placeholder.com/10/e6f1ff?text=+) `#e6f1ff` |\n| Green          | ![#64ffda](https://via.placeholder.com/10/64ffda?text=+) `#64ffda` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrhythm%2Ferrhythm.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferrhythm%2Ferrhythm.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrhythm%2Ferrhythm.github.io/lists"}