{"id":13476340,"url":"https://github.com/bchiang7/v4","last_synced_at":"2025-05-13T23:05:27.480Z","repository":{"id":37616867,"uuid":"144926753","full_name":"bchiang7/v4","owner":"bchiang7","description":"Fourth iteration of my personal website built with Gatsby","archived":false,"fork":false,"pushed_at":"2024-07-28T23:42:36.000Z","size":52931,"stargazers_count":7832,"open_issues_count":41,"forks_count":3955,"subscribers_count":76,"default_branch":"main","last_synced_at":"2025-04-09T01:23:25.391Z","etag":null,"topics":["gatsbyjs","personal-site","styled-components"],"latest_commit_sha":null,"homepage":"https://v4.brittanychiang.com/","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/bchiang7.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":"2018-08-16T02:33:48.000Z","updated_at":"2025-04-08T17:03:04.000Z","dependencies_parsed_at":"2024-09-23T01:45:38.234Z","dependency_job_id":null,"html_url":"https://github.com/bchiang7/v4","commit_stats":{"total_commits":423,"total_committers":9,"mean_commits":47.0,"dds":"0.12529550827423164","last_synced_commit":"539cef0bf60cad438499a69d76dba2c27cc16c9a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchiang7%2Fv4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchiang7%2Fv4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchiang7%2Fv4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchiang7%2Fv4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bchiang7","download_url":"https://codeload.github.com/bchiang7/v4/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254040674,"owners_count":22004592,"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":["gatsbyjs","personal-site","styled-components"],"created_at":"2024-07-31T16:01:29.176Z","updated_at":"2025-05-13T23:05:22.473Z","avatar_url":"https://github.com/bchiang7.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Logo\" src=\"https://raw.githubusercontent.com/bchiang7/v4/main/src/images/logo.png\" width=\"100\" /\u003e\n\u003c/div\u003e\n\u003ch1 align=\"center\"\u003e\n  brittanychiang.com - v4\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  The fourth iteration of \u003ca href=\"https://brittanychiang.com\" target=\"_blank\"\u003ebrittanychiang.com\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  Previous iterations:\n  \u003ca href=\"https://github.com/bchiang7/v1\" target=\"_blank\"\u003ev1\u003c/a\u003e,\n  \u003ca href=\"https://github.com/bchiang7/v2\" target=\"_blank\"\u003ev2\u003c/a\u003e,\n  \u003ca href=\"https://github.com/bchiang7/bchiang7.github.io\" target=\"_blank\"\u003ev3\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://app.netlify.com/sites/brittanychiang/deploys\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://api.netlify.com/api/v1/badges/1963b488-7b78-48c9-9e2d-6fb5e47ab3af/deploy-status\" alt=\"Netlify Status\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n![demo](https://raw.githubusercontent.com/bchiang7/v4/main/src/images/demo.png)\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**.\n\nI 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\nPlease 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### TL;DR\n\nYes, you can fork this repo. Please give me proper credit by linking back to [brittanychiang.com](https://brittanychiang.com). 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%2Fbchiang7%2Fv4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbchiang7%2Fv4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbchiang7%2Fv4/lists"}