{"id":36628700,"url":"https://github.com/rafageist/cv","last_synced_at":"2026-03-07T23:07:30.597Z","repository":{"id":331636309,"uuid":"1131163506","full_name":"rafageist/cv","owner":"rafageist","description":"Personal CV built from Markdown, rendered to PDF via Pandoc and GitHub Actions","archived":false,"fork":false,"pushed_at":"2026-01-10T20:46:24.000Z","size":1359,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-11T04:12:35.815Z","etag":null,"topics":["ci-cd","curriculum-vitae","cv","documentation","github-actions","html-to-pdf","markdown","pandoc","pdf-generation","personal"],"latest_commit_sha":null,"homepage":"https://rafageist.com","language":"Python","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/rafageist.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":"2026-01-09T15:15:10.000Z","updated_at":"2026-01-10T17:52:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rafageist/cv","commit_stats":null,"previous_names":["rafageist/cv"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rafageist/cv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafageist%2Fcv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafageist%2Fcv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafageist%2Fcv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafageist%2Fcv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafageist","download_url":"https://codeload.github.com/rafageist/cv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafageist%2Fcv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30236140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"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":["ci-cd","curriculum-vitae","cv","documentation","github-actions","html-to-pdf","markdown","pandoc","pdf-generation","personal"],"created_at":"2026-01-12T09:35:00.912Z","updated_at":"2026-03-07T23:07:30.533Z","avatar_url":"https://github.com/rafageist.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CV PDF Build\n\nThis repo builds a one-page PDF CV from Markdown using Pandoc and a PDF renderer.\n\n## Structure\n- `sections/left.md` - photo, name, bio, contact, QR\n- `sections/middle.md` - work experience, education, events, languages\n- `sections/right.md` - skills and last updated placeholder\n- `styles/cv.css` - layout and typography\n- `assets/` - images (profile, QR)\n- `manifest.yaml` - manual version used in the PDF file name\n- `scripts/build_cv.py` - build pipeline\n\n## Build\nRequirements:\n- Pandoc\n- Python 3.11+\n\nLinux (GitHub Actions uses this path):\n```bash\npython scripts/build_cv.py\n```\n\nWindows:\n```powershell\npython scripts/build_cv.py\n```\n\nNotes:\n- On Windows, the script prefers WeasyPrint if available (and GTK is configured).\n  If WeasyPrint fails, it falls back to Edge/Chrome, then Playwright if installed.\n- To use WeasyPrint on Windows, set `GTK_PATH` to your GTK root and install\n  WeasyPrint (`pip install weasyprint`).\n\n## Output\nThe PDF is created in `build/` with this name:\n`Rafael_Rodriguez_Senior_Software_Engineer_\u003cversion\u003e.pdf`\n\nThe version comes from `manifest.yaml`:\n```yaml\nversion: \"2026.01\"\n```\n\n## Updating content\n- Edit Markdown in `sections/`.\n- Update styles in `styles/cv.css`.\n- Replace images in `assets/`.\n- Update `manifest.yaml` when you want a new output filename.\n\nThe \"Last updated\" date is set dynamically at build time.\n\n## GitHub Actions\nWorkflow: `.github/workflows/build-cv.yml`\n- Builds on push to `main` and on manual run.\n- Uploads the PDF as an artifact.\n- If a tag starts with `v`, it creates a GitHub Release with the PDF attached.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafageist%2Fcv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafageist%2Fcv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafageist%2Fcv/lists"}