{"id":19922506,"url":"https://github.com/sa7mon/resume-latex","last_synced_at":"2026-02-24T11:31:02.288Z","repository":{"id":84343717,"uuid":"153349629","full_name":"sa7mon/resume-latex","owner":"sa7mon","description":"Current resume","archived":false,"fork":false,"pushed_at":"2025-10-29T02:02:48.000Z","size":637,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-29T21:26:40.636Z","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/sa7mon.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":"2018-10-16T20:26:58.000Z","updated_at":"2025-10-29T02:02:52.000Z","dependencies_parsed_at":"2024-08-24T02:28:07.051Z","dependency_job_id":"e29d4f8b-27f7-4a18-9c25-354e6c350cb5","html_url":"https://github.com/sa7mon/resume-latex","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sa7mon/resume-latex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sa7mon%2Fresume-latex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sa7mon%2Fresume-latex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sa7mon%2Fresume-latex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sa7mon%2Fresume-latex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sa7mon","download_url":"https://codeload.github.com/sa7mon/resume-latex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sa7mon%2Fresume-latex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29780604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T10:45:18.109Z","status":"ssl_error","status_checked_at":"2026-02-24T10:45:09.911Z","response_time":75,"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":"2024-11-12T22:11:10.719Z","updated_at":"2026-02-24T11:31:02.273Z","avatar_url":"https://github.com/sa7mon.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resume\n\n## Compiling\n\n- bring up docker compose project\n- shell into sharelatex container\n- \n    ```\n    tlmgr install fontspec clearsans pstricks fontawesome textpos ragged2e etoolbox ifmtarg marvosym parskip pgf enumitem xkeyval booktabs caption\n    apt install texlive-fonts-extra\n    apt install fonts-font-awesome\n    ```\n\n## Notes\n* Compile using XeLaTeX\n\n## 2025-08-25 Notes\n\nLast time setting this up, used Overleaf Toolkit because the docker-compose project brought up with a user that I couldn't hack into with the reset URL. \n\nOverleaf Toolkit needed to be patched to get past the Mongo version check:\n\n`lib/shared-functions.sh`\n\n```diff\n function read_mongo_version() {\n-  local mongo_image=$(read_configuration \"MONGO_IMAGE\")\n-  local mongo_version=$(read_configuration \"MONGO_VERSION\")\n+  local mongo_image=\"mongo\"\n+  echo $mongo_image\n+  # local mongo_image=$(read_configuration \"MONGO_IMAGE\")\n+  # local mongo_version=$(read_configuration \"MONGO_VERSION\")\n+  local mongo_version=\"6.0\"\n+  echo $mongo_version\n   if [ -z \"${mongo_version}\" ]; then\n     if [[ \"$mongo_image\" =~ ^mongo:([0-9]+)\\.(.*)$ ]]; then\n       # when running a chain of commands (example: bin/up -\u003e bin/docker-compose) we're passing\n@@ -54,7 +58,7 @@ function read_mongo_version() {\n       exit 1\n     fi\n   else\n-    if [[ ! \"$mongo_version\" =~ ^([0-9]+)\\.(.+)$ ]]; then\n+    if [[ ! \"$mongo_version\" =~ ([0-9]+)\\.(.+)$ ]]; then\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsa7mon%2Fresume-latex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsa7mon%2Fresume-latex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsa7mon%2Fresume-latex/lists"}