{"id":13337344,"url":"https://github.com/blackdesert575/resume","last_synced_at":"2026-04-05T08:35:56.960Z","repository":{"id":162107200,"uuid":"620084844","full_name":"blackdesert575/resume","owner":"blackdesert575","description":"My resume generated from *.tex file to request a job.","archived":false,"fork":false,"pushed_at":"2026-03-26T12:27:56.000Z","size":4619,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-26T23:37:53.286Z","etag":null,"topics":["docker","dockerfile","dockerfile-examples","latex","latex-template","nginx","nodejs","pdf2htmlex","react","resume","resume-website","single-page-cv","tex"],"latest_commit_sha":null,"homepage":"https://resume.ootori.dev/","language":"HTML","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/blackdesert575.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2023-03-28T02:02:08.000Z","updated_at":"2026-03-26T12:28:00.000Z","dependencies_parsed_at":"2023-11-11T17:27:52.099Z","dependency_job_id":"6af33d0c-b5f9-4706-a232-60570d6d47b2","html_url":"https://github.com/blackdesert575/resume","commit_stats":null,"previous_names":["blackdesert575/resume"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blackdesert575/resume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackdesert575%2Fresume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackdesert575%2Fresume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackdesert575%2Fresume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackdesert575%2Fresume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackdesert575","download_url":"https://codeload.github.com/blackdesert575/resume/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackdesert575%2Fresume/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31430009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"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":["docker","dockerfile","dockerfile-examples","latex","latex-template","nginx","nodejs","pdf2htmlex","react","resume","resume-website","single-page-cv","tex"],"created_at":"2024-07-29T19:14:19.893Z","updated_at":"2026-04-05T08:35:56.933Z","avatar_url":"https://github.com/blackdesert575.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# resume\n\nMy resume generated from *.tex file to request a job.\nLaTeX template for my personal resume forked from [jakegut / resume](https://github.com/jakegut/resume)\n\n## quick start\n\n* requirement packages\n  * texlive-full\n    * [tug.org/texlive](https://tug.org/texlive/)\n    * [TeX Live - Quick install for Unix](https://www.tug.org/texlive/quickinstall.html)\n    * install via package manager\n\n```shell\n# Debian / Ubuntu\nsudo apt install make texlive-full\n\n# Arch / Manjaro\nsudo pacman -Syy\nsudo pacman -S make texlive-most texlive-bin\n\n# macOS\nbrew install mactex\nsudo tlmgr update --self\n```\n\n  * pdf2htmlEX\n    * [github.com/pdf2htmlEX/pdf2htmlEX](https://github.com/pdf2htmlEX/pdf2htmlEX)\n    * [Building#building-yourself](https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Building#building-yourself)\n    * [Download-Debian-Archive](https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Download-Debian-Archive)\n    * [Download-Docker-Image](https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Download-Docker-Image)\n    * [github.com/pdf2htmlEX/pdf2htmlEX/wiki/Quick-Start](https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Quick-Start)\n\n* docker, docker compose, podman, podman compose\n  * if you want to build resume in a container with docker/podman compose\n\n```shell\ngit clone https://github.com/blackdesert575/resume.git\n\ncd resume\ndocker compose up -d\ndocker exec -it latex-tools-box bash\ncd /resume\n./scripts/pipelines_ci.sh\n```\n\n* Deployments:\n  * Deploy to Cloudflare Pages with Github actions CI/CD pipelins\n    * CI will auto triger wih git push event but can skipped.\n      * GitHub Action\n        * [github.com/marketplace/actions/github-action-for-latex](https://github.com/marketplace/actions/github-action-for-latex)\n        * [github.com/marketplace/actions/pdf2htmlex-action](https://github.com/marketplace/actions/pdf2htmlex-action)\n        * [github.com/marketplace/actions/add-commit](https://github.com/marketplace/actions/add-commit)\n        * [docs.github.com/en/actions/how-tos/write-workflows/choose-where-workflows-run/run-jobs-in-a-container#mounting-volumes-in-a-container](docs.github.com/en/actions/how-tos/write-workflows/choose-where-workflows-run/run-jobs-in-a-container#mounting-volumes-in-a-container)\n        * [docs.github.com/en/actions/how-tos/write-workflows/choose-where-workflows-run/run-jobs-in-a-container#mounting-volumes-in-a-container](https://docs.github.com/en/actions/how-tos/write-workflows/choose-where-workflows-run/run-jobs-in-a-container#mounting-volumes-in-a-container)\n    * CD\n      * [developers.cloudflare.com/pages/get-started/git-integration](https://developers.cloudflare.com/pages/get-started/git-integration/)\n\n    \n```shell\n#git comment\n#update docs and test github action ci\n#skip ci\n[skip ci] update **/*.tex\n[skip ci] update README\n[skip ci] update ci.yml\n[skip actions] update docs\n```\n\n  * Any Linux host with Nginx + pdf2htmlex bundled page output(html/css/javascript all in one)\n    * Install the CLI prerequisites on your localhost\n    * Git clone this repo on your localhost\n    * manual edit src/*.tex\n    * generate *.pdf from *.tex\n    * generate *.html from *.pdf\n    * deploy with docker images  \n\n```shell\n#clone repo to your work dir\ngit clone git@github.com:blackdesert575/resume.git\n\ncd resume\n\n#edit *.tex\nvim src/yh_resume.tex\n\n#output and packge output/** to docker image and run a docker container at localhost\nbash scripts/pipelines.sh\n\n#test robots\nuv run test_robots.py\n\n#or\npython3 test_robots.py\n```\n\n  * node.js + react.js single-page-cv app with pdf output\n    * Install the CLI prerequisites on your localhost\n    * Git clone this repo on your localhost\n    * manual edit src/*.tex\n    * generate *.pdf from *.tex\n    * mv *.pdf to single-page-cv/public\n    * devops under single-page-cv with next dev server\n    * deploy with docker images\n\n## to do list\n\n* Migrate to Cloudflare Worker \u0026 Pages\n* Compare Nginx + pdf2htmlex bundled page output(html/css/javascript all in one) VS node.js + react.js single-page-cv app with pdf output\n* integration with CI/CD pipelines with GitHub Actions/Jenkins/ArgoCD...etc\n~~* pdf2htmlEX (generate *.html from *.pdf)~~\n~~* refactoring output from pdf2htmlEX with React+Next.js Web framework~~\n\n## Guides/Tips/misc..etc\n\n* LaTex «Lah-tech» or «Lay-tech»\n* [LaTex project/About](https://www.latex-project.org/about/)\n* [pdf2htmlEX/wiki/Quick-Start](https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Quick-Start)\n* [pdf2htmlEX/wiki/Command-Line-Options](https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Command-Line-Options)\n* [kmpg: a book could be generated from soruce with TeXLive toolchain](https://github.com/sysprog21/lkmpg)\n\n## development notes\n\n* [Python: Usage with uv](https://docs.astral.sh/uv/)\n* [how-to-extract-text-from-a-pdf-file](https://stackoverflow.com/questions/34837707/how-to-extract-text-from-a-pdf-file)\n* [pypdf](https://github.com/py-pdf/pypdf)\n\n* parser with Python\n\n```shell\nuv add pypdf\n```\n\n* build *.tex to output pdf with latexmk\n\n```shell\n#check latexmk installed or not\nwhich latexmk\nlatexmk --version\n\ncd src/\nlatexmk yh_resume.tex\n```\n\n* build *.tex to output html with htlatex\n\n```shell\nhtlatex file.tex \"xhtml,html5,mathml,charset=utf-8\" \" -cunihtf -utf8\"\n```\n\n* build *.tex to output pdf with make\n\n```shell\n#build pdf from tex source codes\nmake all\n#rm extra files when bulding tex project\nmake clean\n```\n\n* Or building with vscode extensions\n    * LaTeX Workshop\n\n* generate *.html from *.pdf\n* [How to use this docker container to convert pdf file to html](https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Download-Docker-Image#how-to-use-this-docker-container-to-convert-pdf-file-to-html)\n\n```shell\n#with docker\ndocker run -ti --rm -v ./src:/pdf -w /pdf pdf2htmlex/pdf2htmlex:0.18.8.rc2-master-20200820-alpine-3.12.0-x86_64 --zoom 1.3 yh_resume.pdf\n\n#with podman\npodman run -ti --rm -v ./src:/pdf -w /pdf docker.io/pdf2htmlex/pdf2htmlex:0.18.8.rc2-master-20200820-alpine-3.12.0-x86_64 --zoom 1.3 yh_resume.pdf\n\n# Internal Error: Your version of iconv does not support the \"Mac Roman\" encoding.\n# If this causes problems, reconfigure --without-iconv.\n# Preprocessing: 2/2\n# Working: 2/2\n\n#add this for My github pages icon\n\u003clink rel=\"icon\" type=\"image/x-icon\" href=\"./favicon.ico\"\u003e\n\u003clink rel=\"icon\" type=\"image/x-icon\" href=\"../images/ico/favicon.ico\"\u003e\n\n#edit *.tex with vscode and extension:LaTeX Workshop\nvscode yh_resume.tex\nvscode yh_resume.pdf\n\n#build with bash shell scripts\nbash ./scripts/build.sh\n\n#run with bash shell scripts\nbash ./scripts/start.sh\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackdesert575%2Fresume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackdesert575%2Fresume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackdesert575%2Fresume/lists"}