{"id":20588090,"url":"https://github.com/stalomeow/resume-template","last_synced_at":"2026-03-08T12:39:33.305Z","repository":{"id":231711601,"uuid":"782383289","full_name":"stalomeow/resume-template","owner":"stalomeow","description":"Typst 简历模板","archived":false,"fork":false,"pushed_at":"2024-04-05T11:55:55.000Z","size":285,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-16T23:31:43.104Z","etag":null,"topics":["resume","resume-template","typst","typst-template"],"latest_commit_sha":null,"homepage":"","language":"Typst","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/stalomeow.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}},"created_at":"2024-04-05T07:35:42.000Z","updated_at":"2024-10-06T13:23:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"6514b3a8-9b54-4770-a1e0-d1ad8df55ad8","html_url":"https://github.com/stalomeow/resume-template","commit_stats":null,"previous_names":["stalomeow/resume-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stalomeow%2Fresume-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stalomeow%2Fresume-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stalomeow%2Fresume-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stalomeow%2Fresume-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stalomeow","download_url":"https://codeload.github.com/stalomeow/resume-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242214949,"owners_count":20090723,"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":["resume","resume-template","typst","typst-template"],"created_at":"2024-11-16T07:20:51.951Z","updated_at":"2026-03-08T12:39:33.278Z","avatar_url":"https://github.com/stalomeow.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 简历模板\n\n个人使用的简历模板，使用 [Typst](https://github.com/typst/typst) 编写。\n\n建议配合 `Visual Studio Code` + `Typst Preview` + `Typst LSP` 使用。后两个是插件，提供了实时预览和一定程度的语法提示。\n\n## 样例\n\n内容由 ChatGPT 生成。\n\n- 源文件：[example/resume.typ](example/resume.typ)\n- 生成的 PDF：[example/resume.pdf](example/resume.pdf)\n\n![example](example/resume.png)\n\n## 隐藏隐私信息\n\n在一开始的参数里指定 `anonymous: true`，就能自动隐藏隐私信息。\n\n``` typst\n#show: resume.with(\n  // ...\n  anonymous: true,\n)\n```\n\n![hide-privacy](example/hide-privacy.png)\n\n除了上图中被隐藏的信息外，还可以用 `privacy` 函数把一个内容标记为隐私，之后它也会被隐藏。\n\n``` typst\n#privacy[\n  *不许看!*\n]\n```\n\n## Font Awesome 图标\n\n模板中内置了一些图标，在 [icons](icons) 文件夹里。\n\n|变量|预览|\n|:-:|:-:|\n|`fa-bilibili`|![fa-bilibili](icons/fa-bilibili.svg)|\n|`fa-code`|![fa-code](icons/fa-code.svg)|\n|`fa-envelope`|![fa-envelope](icons/fa-envelope.svg)|\n|`fa-github`|![fa-github](icons/fa-github.svg)|\n|`fa-graduation-cap`|![fa-graduation-cap](icons/fa-graduation-cap.svg)|\n|`fa-link`|![fa-link](icons/fa-link.svg)|\n|`fa-phone`|![fa-phone](icons/fa-phone.svg)|\n|`fa-weixin`|![fa-weixin](icons/fa-weixin.svg)|\n|`fa-work`|![fa-work](icons/fa-work.svg)|\n|`fa-wrench`|![fa-wrench](icons/fa-wrench.svg)|\n\n不够用的话可以自己加，然后导入。\n\n``` typst\n#let fa-my-icon = svg-icon(\"icons/fa-my-icon.svg\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstalomeow%2Fresume-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstalomeow%2Fresume-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstalomeow%2Fresume-template/lists"}