{"id":16114946,"url":"https://github.com/simbleau/resume","last_synced_at":"2025-03-18T10:30:28.351Z","repository":{"id":40303918,"uuid":"333234143","full_name":"simbleau/resume","owner":"simbleau","description":"My personal résumé's source code.","archived":false,"fork":false,"pushed_at":"2024-05-17T02:01:24.000Z","size":15839,"stargazers_count":7,"open_issues_count":0,"forks_count":6,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-28T08:45:55.817Z","etag":null,"topics":["cv","latex","pdf","resume","tex"],"latest_commit_sha":null,"homepage":"https://spencer.imbleau.com/resume","language":"TeX","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/simbleau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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},"funding":{"github":["simbleau"],"custom":["buymeacoffee.com/simbleau"]}},"created_at":"2021-01-26T22:27:08.000Z","updated_at":"2024-06-18T18:58:35.000Z","dependencies_parsed_at":"2024-10-27T17:39:30.756Z","dependency_job_id":"70bb3c52-ad02-4bf7-a9e4-6d67d6a608bd","html_url":"https://github.com/simbleau/resume","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbleau%2Fresume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbleau%2Fresume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbleau%2Fresume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbleau%2Fresume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simbleau","download_url":"https://codeload.github.com/simbleau/resume/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243918613,"owners_count":20368745,"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","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":["cv","latex","pdf","resume","tex"],"created_at":"2024-10-09T20:16:43.911Z","updated_at":"2025-03-18T10:30:27.263Z","avatar_url":"https://github.com/simbleau.png","language":"TeX","funding_links":["https://github.com/sponsors/simbleau","buymeacoffee.com/simbleau"],"categories":[],"sub_categories":[],"readme":"# 📋 Résumé + CV + Coverletter\n\nA repository containing the LaTeX source of Spencer Imbleau's résumé, curriculum vitae, and coverletter matter. Tested and deployed with GitHub Actions.\n\n---\n[![résumé last release](https://img.shields.io/github/release-date/simbleau/resume?logo=github\u0026label=Last%20Release)](https://github.com/simbleau/resume/releases)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/simbleau/resume/ci.yml?logo=github\u0026label=CI)](https://github.com/simbleau/resume/actions/workflows/ci.yml)\n\n## 🤖 Deployment\n\nDeployment is automated by [GitHub Actions](https://github.com/simbleau/resume/actions).\n\n- Pushes to `main` trigger a new release of the [latest résumé, cv, and cover letter](https://github.com/simbleau/resume/releases/tag/latest), available in several formats.\n\n  | Artifact               | Link                                                                          | Mirror                                         |\n  | ---------------------- | ----------------------------------------------------------------------------- | ---------------------------------------------- |\n  | Résumé                 | \u003chttps://simbleau.github.io/resume/resume.html\u003e                               | \u003chttps://simbleau.github.io/resume/\u003e           |\n  | Résumé, Embedded       | \u003chttps://simbleau.github.io/resume/resume-embed.html\u003e                         | \u003chttps://simbleau.github.io/resume/embed.html\u003e |\n  | Résumé, Download       | \u003chttps://github.com/simbleau/resume/releases/download/latest/resume.pdf\u003e      |                                                |\n  | CV                     | \u003chttps://simbleau.github.io/resume/cv.html\u003e                                   |                                                |\n  | CV, Embedded           | \u003chttps://simbleau.github.io/resume/cv-embed.html\u003e                             |                                                |\n  | CV, Download           | \u003chttps://github.com/simbleau/resume/releases/download/latest/cv.pdf\u003e          |                                                |\n  | Cover letter           | \u003chttps://simbleau.github.io/resume/coverletter.html\u003e                          |                                                |\n  | Cover letter, Embedded | \u003chttps://simbleau.github.io/resume/coverletter-embed.html\u003e                    |                                                |\n  | Cover letter, Download | \u003chttps://github.com/simbleau/resume/releases/download/latest/coverletter.pdf\u003e |                                                |\n- Manually pushed [releases](https://github.com/simbleau/resume/releases) also trigger workflows to upload artifacts.\n\n## 🔧 Building\n\n### Dependencies\n\n- [TeXLive, full](https://www.tug.org/texlive/)\n- [Make](https://www.gnu.org/software/make/)\n- [j2cli](https://github.com/kolypto/j2cli)\n\n### Commands\n\n- **Build the résumé**:\n\n  ```bash\n  make resume\n  ```\n\n- **Build the cirriculum vitae**:\n\n  ```bash\n  make cv\n  ```\n\n- **Build the cover letter**:\n\n  ```bash\n  make coverletter\n  ```\n\n- **Build all**:\n\n  ```bash\n  make all\n  ```\n\n- **Purge all**:\n\n  ```bash\n  make clean\n  ```\n\n- **Open PDFs**:\n\n  ```bash\n  make open\n  ```\n\n## Creating icons\n\n- Most icons come from the [`fontawesome5`](https://ctan.org/pkg/fontawesome5?lang=en) TeX package \\[[with documentation](http://mirrors.ctan.org/fonts/fontawesome5/doc/fontawesome5.pdf)\\].\n- Some are custom made (those not in `fontawesome5`).\n  - Find an open-licensed SVG vector on \u003chttps://www.svgrepo.com\u003e\n  - Ensure whitespace is cropped from the SVG `viewBox`: \u003chttps://svgcrop.com/\u003e\n  - Minify and strip the resulting SVG: \u003chttps://jakearchibald.github.io/svgomg/\u003e\n  - Convert svg to png: `inkscape --export-type png -w 1024 --export-filename /path/to/new.png /path/to/my.svg`\n\n## 🔏 License\n\nThis project is [MIT](./LICENSE) licensed. You are within your rights to fork my résumé and use it as your own, although you should probably change my name to yours!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimbleau%2Fresume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimbleau%2Fresume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimbleau%2Fresume/lists"}