{"id":29085683,"url":"https://github.com/coderdiaz/cvfolio","last_synced_at":"2025-09-29T04:02:24.991Z","repository":{"id":290118171,"uuid":"968295037","full_name":"coderdiaz/cvfolio","owner":"coderdiaz","description":"Minimalist personal site inspired by ReadCV, clean and aesthetic. Built with Astro and TailwindCSS perfect for developers and designers.","archived":false,"fork":false,"pushed_at":"2025-09-09T02:35:30.000Z","size":2384,"stargazers_count":45,"open_issues_count":5,"forks_count":16,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-09T04:02:22.001Z","etag":null,"topics":["astro","astrojs","minimalist","react","seo","tailwindcss"],"latest_commit_sha":null,"homepage":"https://cv.coderdiaz.com/","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderdiaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"coderdiaz"}},"created_at":"2025-04-17T20:43:49.000Z","updated_at":"2025-09-09T01:56:53.000Z","dependencies_parsed_at":"2025-08-18T21:23:34.560Z","dependency_job_id":null,"html_url":"https://github.com/coderdiaz/cvfolio","commit_stats":null,"previous_names":["coderdiaz-studio/cvfolio","coderdiaz/cvfolio"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/coderdiaz/cvfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderdiaz%2Fcvfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderdiaz%2Fcvfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderdiaz%2Fcvfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderdiaz%2Fcvfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderdiaz","download_url":"https://codeload.github.com/coderdiaz/cvfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderdiaz%2Fcvfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277462598,"owners_count":25822036,"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-29T02:00:09.175Z","response_time":84,"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":["astro","astrojs","minimalist","react","seo","tailwindcss"],"created_at":"2025-06-27T23:02:07.358Z","updated_at":"2025-09-29T04:02:24.944Z","avatar_url":"https://github.com/coderdiaz.png","language":"Astro","funding_links":["https://github.com/sponsors/coderdiaz"],"categories":["Astro"],"sub_categories":[],"readme":"# CVfolio\n\n**Welcome to CVfolio!**. CVfolio is an minimalistic and aesthetic Astro template for developers and designers to showcase their professional journey, portfolio, and expertise in a modern, fast-loading website inspired by Read.CV.\n\nThe source code is still being worked on, so **it's important to share it** with you so we can get feedback and constantly improve it.\n\nOver time, we've managed to add features and improve the design. There are still some things left to do, but the most important thing is that there's an opportunity for this project to be **community-driven**.\n\n- Telegram group: **[Cvfolio »](https://t.me/+5xVGgQ9aQOk1ZmNh)**\n- Follow me on X at **[@coderdiaz »](https://x.com/coderdiaz)**\n\n## How to contribute\n\nCvfolio is built on top of Astro and uses TailwindCSS for generate the website. If you are familiar with Astro, you should feel right at home.\n\nIn terms of local development, you can use the following requirements:\n\n- Node.js - v18.17.1 or v20.3.0, v22.0.0 or higher.\n\nIf you have these requirements, you can start by cloning the repository and installing the dependencies:\n\n```sh\ngit clone https://github.com/coderdiaz/cvfolio.git\n\ncd cvfolio\n\ngit checkout -b feat/your-feature # or fix/your-fix\n```\n\n\u003e Don't push directly to the main branch. Instead, create a new branch and push it to your branch.\n\nNext, install the dependencies using Bun or NPM:\n\n```sh\nbun install\n\n# npm\nnpm install\n```\n\nFinally, start the development server:\n\n```sh\nbun dev\n```\n\nIf everything is OK, push your branch and create a pull request:\n\n```sh\ngit commit -am \"Your commit message\"\n\ngit push\n```\n\nVisit [github.com/coderdiaz/cvfolio/pulls](https://github.com/coderdiaz/cvfolio/pulls) and create a pull request.\n\n## Check our Documentation\n\nHere is a list of documentation for more in depth information about the cvfolio.\n\n| Documentation                 | Link                                                                                |\n| ----------------------------- | ----------------------------------------------------------------------------------- |\n| Project Structure             | [docs/project-structure](/docs/project-structure.md)                                |\n| Customization                 | [docs/customization](/docs/customization.md)                                        |\n| How to deploy on GitHub Pages | [docs/guides/how-to-deploy-github-pages](docs/guides/how-to-deploy-github-pages.md) |\n\nFeel free to add more documentation.\n\nIf you have any comments or recommendations contact me vía [X](https://x.com/coderdiaz) or email [hey(at)coderdiaz.com](mailto:hey@coderdiaz.com), or write an Issue with your proposal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderdiaz%2Fcvfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderdiaz%2Fcvfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderdiaz%2Fcvfolio/lists"}