{"id":31355173,"url":"https://github.com/sohamvsonar/portfolio-websitev1","last_synced_at":"2025-09-26T16:50:37.583Z","repository":{"id":218875088,"uuid":"745755725","full_name":"sohamvsonar/portfolio-websitev1","owner":"sohamvsonar","description":"My personal Portfolio Website v1","archived":false,"fork":false,"pushed_at":"2025-09-08T18:26:32.000Z","size":18293,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-22T18:41:47.586Z","etag":null,"topics":["developer-portfolio","gatsby","javascript","personal-web-portfolio","portfolio-website","react","template","website"],"latest_commit_sha":null,"homepage":"https://sohamvsonar.github.io/","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/sohamvsonar.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-20T03:37:32.000Z","updated_at":"2025-09-08T18:57:07.000Z","dependencies_parsed_at":"2024-04-27T05:22:15.783Z","dependency_job_id":"87436b64-0923-407e-8c95-bf1d8cc97ed0","html_url":"https://github.com/sohamvsonar/portfolio-websitev1","commit_stats":{"total_commits":36,"total_committers":2,"mean_commits":18.0,"dds":"0.36111111111111116","last_synced_commit":"26b12f62df0781d3af42bd020ed19a1ba94a6ec6"},"previous_names":["sohamvsonar/sohamvsonar.github.io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sohamvsonar/portfolio-websitev1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohamvsonar%2Fportfolio-websitev1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohamvsonar%2Fportfolio-websitev1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohamvsonar%2Fportfolio-websitev1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohamvsonar%2Fportfolio-websitev1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sohamvsonar","download_url":"https://codeload.github.com/sohamvsonar/portfolio-websitev1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sohamvsonar%2Fportfolio-websitev1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277112106,"owners_count":25762969,"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-09-26T02:00:09.010Z","response_time":78,"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":["developer-portfolio","gatsby","javascript","personal-web-portfolio","portfolio-website","react","template","website"],"created_at":"2025-09-26T16:50:36.146Z","updated_at":"2025-09-26T16:50:37.578Z","avatar_url":"https://github.com/sohamvsonar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Logo\" src=\"https://github.com/sohamvsonar/sohamvsonar.github.io/blob/main/src/images/logo.png\" width=\"100\" /\u003e\n\u003c/div\u003e\n\u003ch1 align=\"center\"\u003e\n  Soham's Portfolio Website - v1\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  The first version of \u003ca href=https://sohamvsonar.github.io target=\"_blank\"\u003eSoham Sonar's\u003c/a\u003e portfolio website. This website showcases my skills, projects, and experience. Built with \u003ca href=\"https://www.gatsbyjs.org/\" target=\"_blank\"\u003eGatsby\u003c/a\u003e and hosted with \u003ca href=\"https://pages.github.com/\" target=\"_blank\"\u003eGithub Pages\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Demo\" src=\"https://github.com/sohamvsonar/sohamvsonar.github.io/blob/main/src/images/demo.png\"/\u003e\n\u003c/div\u003e\n\n### TL;DR\n\nYes, you can fork this repo. Please give 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\n2. Deploy a full static production build\n\n   ```sh\n   npm run deploy\n   ```\n\n3. Preview the site as it will appear once deployed\n\n   ```sh\n   npm run serve\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohamvsonar%2Fportfolio-websitev1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsohamvsonar%2Fportfolio-websitev1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsohamvsonar%2Fportfolio-websitev1/lists"}