{"id":43186512,"url":"https://github.com/jacksonpradolima/curriculum-vitae","last_synced_at":"2026-02-01T04:18:00.094Z","repository":{"id":81744016,"uuid":"74858128","full_name":"jacksonpradolima/curriculum-vitae","owner":"jacksonpradolima","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-19T02:40:50.000Z","size":981,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-19T03:33:13.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TeX","has_issues":true,"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/jacksonpradolima.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-11-27T00:20:35.000Z","updated_at":"2026-01-19T02:40:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d464ed7-34ad-4537-bf42-f85d3ddffbd9","html_url":"https://github.com/jacksonpradolima/curriculum-vitae","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jacksonpradolima/curriculum-vitae","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacksonpradolima%2Fcurriculum-vitae","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacksonpradolima%2Fcurriculum-vitae/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacksonpradolima%2Fcurriculum-vitae/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacksonpradolima%2Fcurriculum-vitae/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacksonpradolima","download_url":"https://codeload.github.com/jacksonpradolima/curriculum-vitae/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacksonpradolima%2Fcurriculum-vitae/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28967399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T03:46:10.227Z","status":"ssl_error","status_checked_at":"2026-02-01T03:46:01.693Z","response_time":56,"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":[],"created_at":"2026-02-01T04:17:59.426Z","updated_at":"2026-02-01T04:18:00.086Z","avatar_url":"https://github.com/jacksonpradolima.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jackson Antonio do Prado Lima - Curriculum Vitae\n\nThis repository contains my CV, generated using [RenderCV](https://github.com/rendercv/rendercv) from YAML source files.\n\n📄 **View my CV**: [https://jacksonpradolima.github.io](https://jacksonpradolima.github.io)\n\n## Quick Links\n\n- 📥 [Download PDF](https://jacksonpradolima.github.io/Jackson_Antonio_do_Prado_Lima_CV.pdf)\n- 🌐 [View Online (HTML)](https://jacksonpradolima.github.io/Jackson_Antonio_do_Prado_Lima_CV.html)\n- 📝 [Markdown Version](https://jacksonpradolima.github.io/Jackson_Antonio_do_Prado_Lima_CV.md)\n\n## About This Repository\n\nThis repository stores my CV in YAML format and automatically generates PDF, HTML, and Markdown versions using GitHub Actions. The generated files are published to GitHub Pages.\n\n## Editing the CV\n\nThe CV source file is `Jackson_Prado_Lima_CV.yaml`. To make changes:\n\n### Option 1: Using Dev Container (Recommended)\n\n1. Install [VS Code](https://code.visualstudio.com/) and [Docker](https://www.docker.com/)\n2. Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)\n3. Open this repository in VS Code\n4. Click \"Reopen in Container\" when prompted\n5. Edit `Jackson_Prado_Lima_CV.yaml`\n6. The devcontainer includes all necessary tools and VS Code extensions\n\n### Option 2: Local Editing\n\n```bash\n# Install RenderCV\npip install 'rendercv[full]'\n\n# Edit the YAML file\n# Then generate outputs locally:\nrendercv render Jackson_Prado_Lima_CV.yaml\n```\n\n#### Live Preview in vscode: \n\n```bash\n# Install RenderCV\npip install 'rendercv[full]'\n\n# Edit the YAML file\n# Then generate outputs withh the watch mode\nrendercv render --watch Jackson_Prado_Lima_CV.yaml\n```\n\n### Automatic Updates\n\nWhen you push changes to the `main` branch, GitHub Actions automatically:\n- Generates PDF, HTML, and Markdown versions\n- Publishes them to GitHub Pages\n\n## Technical Details\n\n- **Source Format**: YAML (RenderCV schema)\n- **PDF Generation**: Typst (via RenderCV)\n- **CI/CD**: GitHub Actions\n- **Hosting**: GitHub Pages\n\n## Legacy Files\n\nPrevious LaTeX-based CVs are preserved in the `academic/` and `public_tender/` directories for reference.\n\n## More Information\n\n- [RenderCV Documentation](https://docs.rendercv.com/)\n- [RenderCV GitHub Repository](https://github.com/rendercv/rendercv)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacksonpradolima%2Fcurriculum-vitae","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacksonpradolima%2Fcurriculum-vitae","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacksonpradolima%2Fcurriculum-vitae/lists"}