{"id":19135131,"url":"https://github.com/dexpota/cv","last_synced_at":"2025-09-02T17:35:59.552Z","repository":{"id":53532795,"uuid":"145416001","full_name":"dexpota/cv","owner":"dexpota","description":"A CV template engine with yet another CV document template written in LaTeX 🖊️","archived":false,"fork":false,"pushed_at":"2025-05-22T08:24:45.000Z","size":352,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-22T09:37:10.874Z","etag":null,"topics":["curriculum","cv","cv-template","latex","latex-template","resume"],"latest_commit_sha":null,"homepage":"","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/dexpota.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}},"created_at":"2018-08-20T12:40:50.000Z","updated_at":"2025-05-22T08:24:49.000Z","dependencies_parsed_at":"2022-09-21T03:02:20.884Z","dependency_job_id":null,"html_url":"https://github.com/dexpota/cv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dexpota/cv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexpota%2Fcv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexpota%2Fcv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexpota%2Fcv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexpota%2Fcv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dexpota","download_url":"https://codeload.github.com/dexpota/cv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexpota%2Fcv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273322506,"owners_count":25085107,"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-09-02T02:00:09.530Z","response_time":77,"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":["curriculum","cv","cv-template","latex","latex-template","resume"],"created_at":"2024-11-09T06:29:16.411Z","updated_at":"2025-09-02T17:35:59.524Z","avatar_url":"https://github.com/dexpota.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"[fontawesome]: https://fontawesome.com/v4.7.0/\n\n# Curriculum Vitae\n\n## Prerequisites\n\n### Python\n\n1. Install `python3`, `pip` and `pipenv` on your system:\n    ```bash\n    sudo apt install python3 python3-pip\n    pip install pipenv\n    ```\n\n2. Create a virtual environment with `pipenv`, this will install all python\n   dependencies:\n\n    ```bash\n    pipenv install\n    ```\n\n### Latex\n\n1. You will need `xelatex` and `tlmgr` installed on your system:\n\n  - On Ubuntu and Debian you will need to install `xzdec`:\n\n      ```bash\n      sudo apt install texlive-xetex xzdec\n      ```\n\n2. Before installing the packages with `tlmgr` these instructions might been\n   necessary:\n\n    ```bash\n    tlmgr init-usertree\n    tlmgr option repository \u003curl\u003e\n    ```\n\n3. Use `tlmgr`to install all required `tex` packages:\n\n    ```bash\n    sudo tlmgr install enumitem xifthen ifmtarg fontawesome sourcesanspro tcolorbox environ trimspaces lm-math\n    ```\n\n### Fonts\n\n1. In order to use `fontawesome` package you must have the homonym font\n   installed on your system, you can download it [here][fontawesome]\n   (it's important to download version `4.7.0`);\n\n    ```bash\n    wget \"https://fontawesome.com/v4.7.0/assets/font-awesome-4.7.0.zip\"\n    unzip -j \"font-awesome-4.7.0.zip\" \"font-awesome-4.7.0/fonts/*\" -d ~/.fonts\n    fc-cache -f -v\n    ```\n\n## Building\n\nSimply run `make all` to generate the curriculum in `tex` and `pdf` format.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexpota%2Fcv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdexpota%2Fcv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexpota%2Fcv/lists"}