{"id":16272334,"url":"https://github.com/tib0/tib0-portfolio","last_synced_at":"2026-02-11T01:32:56.726Z","repository":{"id":218088217,"uuid":"741482524","full_name":"tib0/tib0-portfolio","owner":"tib0","description":"This project is a showcase made with ❤️‍🔥, 👓 and 💻. It is a customizable portfolio. It display my professional path.","archived":false,"fork":false,"pushed_at":"2024-10-29T18:08:55.000Z","size":7579,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-10T14:46:03.231Z","etag":null,"topics":["daisyui","graymatter","nextjs","portfolio","react","tsparticles"],"latest_commit_sha":null,"homepage":"https://tib0-portfolio.netlify.app/","language":"TypeScript","has_issues":false,"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/tib0.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,"zenodo":null}},"created_at":"2024-01-10T13:43:11.000Z","updated_at":"2025-06-23T09:53:28.000Z","dependencies_parsed_at":"2024-01-22T17:44:31.238Z","dependency_job_id":"46ed9bac-0db3-4779-a56a-542b4edf39e5","html_url":"https://github.com/tib0/tib0-portfolio","commit_stats":null,"previous_names":["tib0/tib0-portfolio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tib0/tib0-portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tib0%2Ftib0-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tib0%2Ftib0-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tib0%2Ftib0-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tib0%2Ftib0-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tib0","download_url":"https://codeload.github.com/tib0/tib0-portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tib0%2Ftib0-portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29324217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T00:34:26.354Z","status":"ssl_error","status_checked_at":"2026-02-11T00:34:09.494Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["daisyui","graymatter","nextjs","portfolio","react","tsparticles"],"created_at":"2024-10-10T18:17:19.858Z","updated_at":"2026-02-11T01:32:56.708Z","avatar_url":"https://github.com/tib0.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tib0-portfolio\n\nThis project is a showcase made with ❤️‍🔥, 👓 and 💻. It is a customizable portfolio. It display my professional path. \n\n### [Demo available here.](https://folio.tib0.com)\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\nI used the following library to achieve my goals:\n - React\n - Gray Matter\n - DaisyUI\n - tsParticles\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Particles\n\nDisplay a moving web behind hero section. Interactive, made from tsParticle sample.\n\n![Sample image of moving web particles!](imgTsParticle.png)\n\n## Data stored in md files\n\nI've used Gray Matter to read from markdown files. We used this library to behave as a headless CMS.\n\n\u003e **tib0-portfolio\\_data\\experiences** \n\u003e \n\u003e ```\n\u003e type ExperienceType = {\n\u003e   slug: string;\n\u003e   title: string;\n\u003e   year: string;\n\u003e   excerpt: string;\n\u003e   date: string;\n\u003e   skills: [string];\n\u003e };\n\u003e ```\n\n\u003e **tib0-portfolio\\_data\\projects** md files store\n\u003e \n\u003e ```\n\u003e type ProjectType = {\n\u003e   slug: string;\n\u003e   title: string;\n\u003e   date: string;\n\u003e   coverImages: [string];\n\u003e   excerpt: string;\n\u003e   skills: [string];\n\u003e };\n\u003e ```\n\n## Use of local storage\n\nI store locally a value wether dark mode is activated or not.\n\n## Hooks\n\nI've used three hooks here to gain informations about device used, theme selected (light or dark) and to factorize local storage usage.\n\n\u003e **tib0-portfolio\\hooks**\n\u003e - useDeviceDetect\n\u003e - usePersistentStorageValue\n\u003e - useThemeDetect\n\n## Serving\n\nThe site is served with [Netlify](https://www.netlify.com) services.\n\n## Thanks\n\n- **Vercel** sample blog : \u003chttps://github.com/vercel/next.js/tree/canary/examples/blog-starter\u003e\n- **Free Code Camps** hooks article : \u003chttps://www.freecodecamp.org/news/how-to-create-react-hooks/\u003e\n- **Radizon** storage : \u003chttps://radzion.com/blog/hook-storage\u003e\n- **Daisy UI** : \u003chttps://daisyui.com\u003e\n- **tsParticles** : \u003chttps://particles.js.org\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftib0%2Ftib0-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftib0%2Ftib0-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftib0%2Ftib0-portfolio/lists"}