{"id":13524350,"url":"https://github.com/elegaanz/vercanard","last_synced_at":"2026-02-04T12:06:13.378Z","repository":{"id":150932669,"uuid":"623655509","full_name":"elegaanz/vercanard","owner":"elegaanz","description":"A colorful resume template for Typst","archived":false,"fork":false,"pushed_at":"2025-04-08T14:12:26.000Z","size":274,"stargazers_count":98,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T09:59:59.950Z","etag":null,"topics":["cv","cv-template","resume","resume-template","template","typst","typst-template"],"latest_commit_sha":null,"homepage":"https://typst.app/universe/package/vercanard","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/elegaanz.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":"2023-04-04T20:08:50.000Z","updated_at":"2025-06-01T20:47:56.000Z","dependencies_parsed_at":"2024-01-13T22:24:54.608Z","dependency_job_id":"ea6d31b3-77cf-4658-bc12-f549e2e7c513","html_url":"https://github.com/elegaanz/vercanard","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/elegaanz/vercanard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elegaanz%2Fvercanard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elegaanz%2Fvercanard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elegaanz%2Fvercanard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elegaanz%2Fvercanard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elegaanz","download_url":"https://codeload.github.com/elegaanz/vercanard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elegaanz%2Fvercanard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29084088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"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":["cv","cv-template","resume","resume-template","template","typst","typst-template"],"created_at":"2024-08-01T06:01:09.182Z","updated_at":"2026-02-04T12:06:13.372Z","avatar_url":"https://github.com/elegaanz.png","language":"Typst","funding_links":[],"categories":["Templates \u0026 Libraries","模板","Typst","Popular \u0026 New Non-LaTeX Templates"],"sub_categories":["CV","简历","Others"],"readme":"# vercanard\n\nA colorful resume template for Typst.\n\n# What does it look like?\n\nThe [demo](template/main.typ) file showcases what it is possible to do.\nYou can see the result in [the corresponding PDF](demo.pdf).\n\n# Quick usage guide\n\nFirst of all, copy the template to your Typst project, and import it.\n\n```typst\n#import \"@preview/vercanard:1.0.3\": *\n```\n\nThen, call the `resume` in a global `show` rule function to use it.\nThis function takes a few arguments that we explain in comments below:\n\n```typst\n#show: resume.with(\n  // The title of your resume, generally your name\n  name: \"Your name\",\n  // The subtitle, which is the position you are looking for most of the time\n  title: \"What you are looking for\",\n  // The accent color to use (here a vibrant yellow)\n  accent-color: rgb(\"f3bc54\"),\n  // the margins (only used for top and left page margins actually,\n  // but the other ones are proportional)\n  margin: 2.6cm,\n  // The content to put in the right aside block\n  aside: [\n    = Contact\n\n    // lists in the aside are right aligned\n    - #link(\"mailto:example@example.org\")\n    - +33 6 66 66 66 66\n  ]\n)\n\n// And finally the main body of your resume can come here\n```\n\nWhen writing the body, you can use level-1 headings as section titles,\nand format an entry with the `entry` function (that takes three content\nblocks as arguments, for title, description and details).\n\n```typst\n= Personal projects\n\n#entry[Vercanard][A resume template for Typst][2023 — Typst]\n```\n\n# A note on the licence\n\nThis template is under the GPLv3 licence, but resume built\nusing it are not considered binary derivatives, only output\nfrom another program, so you can keep full copyright on them\nand chose not to licence them under a free licence.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felegaanz%2Fvercanard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felegaanz%2Fvercanard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felegaanz%2Fvercanard/lists"}