{"id":25828961,"url":"https://github.com/rewired-gh/typst_cv_template","last_synced_at":"2026-02-05T08:01:17.349Z","repository":{"id":225068702,"uuid":"764644247","full_name":"rewired-gh/typst_cv_template","owner":"rewired-gh","description":"A minimalist and elegant template for Typst.","archived":false,"fork":false,"pushed_at":"2024-02-29T05:27:03.000Z","size":462,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T06:36:25.696Z","etag":null,"topics":["resume-template","template","typst"],"latest_commit_sha":null,"homepage":"","language":"Typst","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rewired-gh.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,"zenodo":null}},"created_at":"2024-02-28T13:05:01.000Z","updated_at":"2025-03-31T13:24:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4e77052-ff5f-4809-a759-11608af34342","html_url":"https://github.com/rewired-gh/typst_cv_template","commit_stats":null,"previous_names":["rewired-gh/typst_cv_template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rewired-gh/typst_cv_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rewired-gh%2Ftypst_cv_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rewired-gh%2Ftypst_cv_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rewired-gh%2Ftypst_cv_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rewired-gh%2Ftypst_cv_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rewired-gh","download_url":"https://codeload.github.com/rewired-gh/typst_cv_template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rewired-gh%2Ftypst_cv_template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29116450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"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":["resume-template","template","typst"],"created_at":"2025-02-28T18:52:53.732Z","updated_at":"2026-02-05T08:01:17.268Z","avatar_url":"https://github.com/rewired-gh.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typst CV Template\n\n\u003e 该模板支持中文\n\nA minimalist and elegant template for Typst.\n\n![showcase](docs/assets/showcase.png)\n\n## How to use\n\nCopy the templates inside the `src` folder to your workspace.\n\nImport one of the template inside your document. For example:\n```typst\n#import \"cv_template_en.typ\": *\n```\nConfigure the document. For example:\n```typst\n#show: doc =\u003e conf(\n  name: \"Ira B. Lee\",\n  address: \"3923 Grove Street, Bethpage, NY 11714\",\n  phone: \"(+1) 631-772-1793\",\n  email: \"IraBLee@dayrep.com\",\n  doc,\n)\n```\n\nAnd start writing. You may need to refer to the [examples](#example-code) to learn how to use built-in functions.\n\n## Example code\n\n### 中文\n\n```\n#import \"cv_template_zh.typ\": *\n\n#show: doc =\u003e conf(\n  name: \"华秋\",\n  phone: \"电话：(+86) 13117158822\",\n  email: \"电子邮箱：wangqiang@example.com\",\n  info: [GitHub：#cv_link(\"https://github.com/random_username\")],\n  doc,\n)\n\n= 教育经历\n\n#cv_block(\n  name: \"家里蹲科学与科技大学\",\n  date: \"2019年9月 ～ 2020年7月\"\n)\n\n排版与摸鱼专业本科\n#h(1fr)\n全部课程GPA：114/100；核心课程GPA：514/100\n\n= 获奖经历\n\n#cv_block(\n  name: \"2019年“摸鱼杯”信创学生比赛一等奖\",\n  entity: \"骗补贴教育研究委员会\",\n  date: \"2019年6月\"\n)\n\n#lorem(20)\n\n#lorem(20)\n```\n\n### English\n\n```\n#import \"cv_template_en.typ\": *\n\n#show: doc =\u003e conf(\n  name: \"Ira B. Lee\",\n  address: \"3923 Grove Street, Bethpage, NY 11714\",\n  phone: \"(+1) 631-772-1793\",\n  email: \"IraBLee@dayrep.com\",\n  doc,\n)\n\n= Education\n\n#cv_block(\n  name: \"Caliton University of Science and Technology\",\n  date: \"Sep. 2019 ~ Jul. 2020\"\n)\n\nTypesetting and Slacking Off Bachelor's Degree\n#h(1fr)\nGPA：114/514\n\n= Awards\n\n#cv_block(\n  name: \"2019 'Slacking Off Cup' First Prize\",\n  entity: \"Subsidy Fraud Committee\",\n  date: \"June 2019\"\n)\n\n#lorem(20)\n\n#lorem(20)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frewired-gh%2Ftypst_cv_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frewired-gh%2Ftypst_cv_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frewired-gh%2Ftypst_cv_template/lists"}