{"id":21391283,"url":"https://github.com/uskhokhar/astro-vitae","last_synced_at":"2026-03-04T13:32:25.385Z","repository":{"id":182647464,"uuid":"668836132","full_name":"USKhokhar/astro-vitae","owner":"USKhokhar","description":"An ASTRO template for Curriculum Vitae (CV) with simple single-page layout. Just update your details in objects, and your CV is live.","archived":false,"fork":false,"pushed_at":"2024-02-14T16:06:45.000Z","size":519,"stargazers_count":37,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-13T17:48:15.639Z","etag":null,"topics":["astro","side-project","tailwindcss"],"latest_commit_sha":null,"homepage":"https://astro-vitae.uskhokhar.xyz","language":"Astro","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/USKhokhar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-07-20T17:44:25.000Z","updated_at":"2025-07-01T14:56:04.000Z","dependencies_parsed_at":"2024-02-14T17:29:44.730Z","dependency_job_id":"16b0bc37-6c6d-4255-9378-b75ea2b139b1","html_url":"https://github.com/USKhokhar/astro-vitae","commit_stats":null,"previous_names":["uskhokhar/astro-vitae"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/USKhokhar/astro-vitae","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/USKhokhar%2Fastro-vitae","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/USKhokhar%2Fastro-vitae/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/USKhokhar%2Fastro-vitae/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/USKhokhar%2Fastro-vitae/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/USKhokhar","download_url":"https://codeload.github.com/USKhokhar/astro-vitae/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/USKhokhar%2Fastro-vitae/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30081439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T13:22:36.021Z","status":"ssl_error","status_checked_at":"2026-03-04T13:20:45.750Z","response_time":59,"last_error":"SSL_read: 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":["astro","side-project","tailwindcss"],"created_at":"2024-11-22T13:25:10.636Z","updated_at":"2026-03-04T13:32:25.348Z","avatar_url":"https://github.com/USKhokhar.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astro-Vitae | Personalized CV with minimal efforts\n\n![Astro-Vitae | Personalized CV with minimal efforts](public/screenshot.jpeg)\n\nAstro-Vitae is a free, personalized CV template with sleek \u0026 minimal design which helps in simplifying the process of getting a CV for yourself. So much so that someone with minimal knowledge of coding can easily get their CV just by updating their details.\n\n## Demo\n\nView a live demo of [Astro-Vitae](https://astro-vitae.vercel.app/)\n\n## Requirements\n\n```\n- Git \u0026 Github Account\n- NPM (Node Package Manager)\n- A text-editor\n```\n\n## Installation\n\nAfter cloning and setting up the project files on your local machine, run the following command in your terminal\n\n```bash\nnpm install\n```\n\nOnce the packages are installed you are ready to run astro. Astro comes with a built-in development server that has everything you need for project development. The astro dev command will start the local development server so that you can see your new website in action for the very first time.\n\n```bash\nnpm run dev\n```\n\n## Tech Stack\n\n- [Astro](https://astro.build)\n- [TailwindCSS](https://tailwindcss.com/)\n- [AlpineJs](https://alpinejs.dev/)\n\n## Project Structure\n\n```php\n├── src/\n│   ├── components/\n│   │   ├── Card.astro\n│   │   ├── Container.astro\n│   │   ├── Footer.astro\n│   │   └── Header.astro\n│   ├── layouts/\n│   │   └── AccordionLayout.astro\n│   │   └── BaseLayout.astro\n│   └── pages/\n│   │   ├── content.js\n│   │   └── index.astro\n├── public/\n│   ├── favicon.svg\n│   └── profile.jpg\n│   └── screenshot.jpeg\n├── astro.config.mjs\n├── tailwind.config.cjs\n├── package.json\n├── README.md\n├── .gitignore\n└── tsconfig.json\n```\n\n## Using \u0026 Editing the content\n\nIn order to change the content of the CV, all you have to do is update it in the `content.js` file in `/src` folder.\n\n![Content Code](public/content_code.png)\n\nIn `src/content.js` all variables contain information that is to be reflected in the UI. In order to change it, simply update the values with your data. The personal information is fairly simple, content for the likes of work, projects, etc are stored as JavaScript objects.\n\n#### Adding or Removing a field\n\nTo add or remove a field from the CV, simply go to `Container.astro` in `src/components/`\n\n![Accordion_code](public/accordion_code.png)\n\n- To Add a new field, add a new `\u003cAccordionLayout /\u003e` component, with appropriate props and child component. Make sure add the data of field in proper format in `content.js`.\n- To Remove an already existing field, simply comment out the `\u003cAccordionLayout /\u003e` component of that particular field or remove it. Removing its content from `content.js` is a choice.\n\n## Contributing\n\nSuggestions and pull requests are welcomed! Feel free to open a discussion or an [issue](https://github.com/uskhokhar/astro-vitae/issues) for a new feature request or bug.\n\n## License\n\nAstro-Vitae is licensed under the MIT license — see the [LICENSE](https://github.com/uskhokhar/astro-vitae/blob/main/LICENSE) file for details.\n\n## Contributors\n\n\u003ca href=\"https://github.com/uskhokhar/astro-vitae/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=uskhokhar/astro-vitae\" /\u003e\n\u003c/a\u003e\n\nHappy Hecking 🙌 ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuskhokhar%2Fastro-vitae","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuskhokhar%2Fastro-vitae","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuskhokhar%2Fastro-vitae/lists"}