{"id":31665349,"url":"https://github.com/jstet/auto_resume","last_synced_at":"2026-05-19T14:10:20.624Z","repository":{"id":60295708,"uuid":"542029634","full_name":"jstet/auto_resume","owner":"jstet","description":"A script that renders a nice looking  LaTeX resume with data you enter into a simple JSON file.","archived":false,"fork":false,"pushed_at":"2025-01-26T13:41:25.000Z","size":10119,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-13T03:41:31.102Z","etag":null,"topics":["cv","jinja2","latex","pandoc","python","script"],"latest_commit_sha":null,"homepage":"","language":"TeX","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/jstet.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}},"created_at":"2022-09-27T10:33:26.000Z","updated_at":"2025-01-26T13:41:29.000Z","dependencies_parsed_at":"2024-02-04T17:42:46.987Z","dependency_job_id":null,"html_url":"https://github.com/jstet/auto_resume","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jstet/auto_resume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstet%2Fauto_resume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstet%2Fauto_resume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstet%2Fauto_resume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstet%2Fauto_resume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jstet","download_url":"https://codeload.github.com/jstet/auto_resume/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstet%2Fauto_resume/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278854214,"owners_count":26057418,"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-10-07T02:00:06.786Z","response_time":59,"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":["cv","jinja2","latex","pandoc","python","script"],"created_at":"2025-10-07T21:55:00.097Z","updated_at":"2025-10-07T21:55:01.011Z","avatar_url":"https://github.com/jstet.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Render a nice looking LaTeX resume with data you enter into a simple JSON file. \n\nResumes contain information that is well suited for compact data formats such as JSON. Instead of relearning LaTeX and browsing a complex .tex file every time your resume needs updating, this script allows you to quickly edit a neat .json file and then render your resume to .pdf. \n\nThe script was written with python and uses a [premade LaTex template](https://github.com/liantze/AltaCV).\n\n## Setup\n\nI only tested the setup on linux, so no guarantees this will work for other OS.\n\n\n### A: Edit data.json.\n\nThere is an example .json file included in this repo (aka info about me). Edit the existing values or add new objects (in the demonstrated format) as you wish.\n\n### B: Install pdflatex and the packages in the uv project\n\nWhether you set up an evironment for this is your choice. You can install the packages with uv\n\n### C: Make sure pandoc and the pdflatex utility is installed on your OS\n\nOn Arch you can install the package \"texlive-most\" for example.\n\n### D: Render the PDF \n\n```\nuv run python render.py\n```\n\n## Customization\n\n- If you want to change the look of the resume, consult the documentation of the [LaTex template](https://github.com/liantze/AltaCV) this project is based on.\n- Add new variables to template.tex by enclosing them with double dollar signs, e.g. \n    ```\n    $$variable$$. \n    ```\n- Enclose jinja2 logic blocks like this:\n    ```\n    %$ logic $%\n    ```\n    I chose these characters because they don't destroy the LaTeX syntax (code editors will not mark them)\n\n## Sources and helpful links\n\n- The Latex template was made using: https://github.com/liantze/AltaCV\n- A list of icons u can use in the CV: https://texdoc.org/serve/fontawesome5/0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjstet%2Fauto_resume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjstet%2Fauto_resume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjstet%2Fauto_resume/lists"}