{"id":13941602,"url":"https://github.com/jimbrig/devpholio","last_synced_at":"2025-12-31T01:04:44.875Z","repository":{"id":37107172,"uuid":"412643435","full_name":"jimbrig/devpholio","owner":"jimbrig","description":"Developer Portfolio Website","archived":false,"fork":false,"pushed_at":"2022-09-13T01:47:04.000Z","size":8510,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-13T00:32:40.382Z","etag":null,"topics":["deployment","hosting","nextjs","portfolio","react"],"latest_commit_sha":null,"homepage":"https://docs.jimbrig.com/devpholio/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jimbrig.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-01T23:33:50.000Z","updated_at":"2022-09-13T01:52:29.000Z","dependencies_parsed_at":"2022-08-08T19:15:52.057Z","dependency_job_id":null,"html_url":"https://github.com/jimbrig/devpholio","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Fdevpholio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Fdevpholio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Fdevpholio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimbrig%2Fdevpholio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimbrig","download_url":"https://codeload.github.com/jimbrig/devpholio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241504304,"owners_count":19973216,"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":["deployment","hosting","nextjs","portfolio","react"],"created_at":"2024-08-08T02:01:22.277Z","updated_at":"2025-12-31T01:04:44.864Z","avatar_url":"https://github.com/jimbrig.png","language":"JavaScript","readme":"# Software Developer Folio\n\n[![Build and Deploy](https://github.com/jimbrig/devpholio/actions/workflows/deploy.yml/badge.svg)](https://github.com/jimbrig/devpholio/actions/workflows/deploy.yml)\n[![Check Format](https://github.com/jimbrig/devpholio/actions/workflows/prettier.yml/badge.svg)](https://github.com/jimbrig/devpholio/actions/workflows/prettier.yml)\n[![Generate CHANGELOG.md](https://github.com/jimbrig/devpholio/actions/workflows/cliff.yml/badge.svg)](https://github.com/jimbrig/devpholio/actions/workflows/cliff.yml)\n\n***\n\n- Live website: _\u003chttps://devfolio.jimbrig.com/\u003e_\n- View the [Changelog](CHANGELOG.md) for details on this project's progression over time.\n- Docker container images available in [this repo's container registry](https://github.com/jimbrig/devpholio/pkgs/container/devpholio).\n\n\n\u003c!-- START doctoc generated TOC --\u003e\n\n## Table of Contents\n\n- [Tech Stack](#tech-stack)\n- [Portfolio Sections](#portfolio-sections)\n  - [Portfolio.js](#portfoliojs)\n- [Installation](#installation)\n  - [Git](#git)\n  - [Docker](#docker)\n- [Deployment](#deployment)\n  - [GitHub Actions](#github-actions)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Tech Stack\n\n- [React](https://reactjs.org/)\n- [graphql](https://graphql.org/)\n- [apollo-boost](https://www.apollographql.com/docs/react/get-started/)\n- [react-twitter-embed](https://github.com/saurabhnemade/react-twitter-embed)\n- [react-easy-emoji](https://github.com/appfigures/react-easy-emoji)\n- [react-headroom](https://github.com/KyleAMathews/react-headroom)\n- [color-thief](https://github.com/lokesh/color-thief)\n\n![](https://awesome-stack.glitch.me/api/v1/cards?name=jimbrig\u0026repos=devpholio\u0026theme=dracula)\n\n## Portfolio Sections\n\n✔️ Summary and About me\\\n✔️ Skills\\\n✔️ Education\\\n✔️ Work Experience\\\n✔️ Open Source Projects Connected with Github\\\n✔️ Big Projects\\\n✔️ Achievements And Certifications 🏆\\\n✔️ Blogs\\\n✔️ Talks\\\n✔️ Podcast\\\n✔️ Contact me\\\n✔️ Twitter Timeline\\\n✔️ Github Profile\n\n### Portfolio.js\n\nAll content is essentially created via the `/src/portfolio.js` file.\n\n```javascript\nconst greeting = { ... };\n\nconst socialMediaLinks = { ... }\n\nconst skillsSection = { .... }\n\nconst techStack = { .... }\n\nconst workExperience = { .... }\n\nconst openSource = { .... }\n\nconst bigProjects = { .... }\n\nconst achievementSection = { .... }\n\nconst blogSection = { .... }\n\nconst contactInfo = { .... }\n\nconst twitterDetails = { ... }\n```\n\nAdditionally, `index.html` is customized to alter the title and metadata associated with the site for more accurate SEO.\n\n## Installation\n\nDependencies:\n\n- [Git](https://git-scm.com)\n- [Node.js](https://nodejs.org/en/download/)\n- [npm](http://npmjs.com)\n- [Docker](https://www.docker.com/products/docker-desktop)\n\n```\nnode@v10.16.0 or higher\nnpm@6.9.0 or higher\ngit@2.17.1 or higher\n```\n\n### Git\n\nClone via `git` and run via `Docker` or run directly via `npm install` \u003e `npm start` | `npm build` | `npm run`.\n\n### Docker\n\n- Pull pre-built container from Github Container Registry, Run, Launch:\n\n```powershell\ndocker pull ghcr.io/jimbrig/devpholio:latest\ndocker run -t -p 3000:3000 devpholio:latest\nstart http://localhost:3000\n```\n\n- Build and Run Locally:\n\n```powershell\ndocker build -t devfolio:latest .\ndocker run -t -p 3000:3000 devfolio:latest\n```\n\n## Deployment\n\nHosted via GitHub Pages on my `jimbrig.com` Domain: https://devfolio.jimbrig.com\n\nSee [Deploying on Github Pages](https://create-react-app.dev/docs/deployment/#github-pages) docs for React.\n\n### GitHub Actions\n\nThe devfolio is automatically deployed using GitHub Actions and Github pages.\n\n- In `package.json` domain name needs to be correct in the `homepage` variable: `https://devfolio.jimbrig.com/`.\n- Configure the custom domain for GitHub pages by adding a `CNAME` file to the `public/` folder.\n- Guide to setup GitHub pages from the official CRA docs [here](https://create-react-app.dev/docs/deployment/#github-pages).\n\n---\n\nJimmy Briggs | 2021\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimbrig%2Fdevpholio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimbrig%2Fdevpholio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimbrig%2Fdevpholio/lists"}