{"id":13524035,"url":"https://github.com/peterpf/modern-typst-resume","last_synced_at":"2026-03-04T15:31:45.197Z","repository":{"id":210800908,"uuid":"726031382","full_name":"peterpf/modern-typst-resume","owner":"peterpf","description":"A modern typst resume template","archived":false,"fork":false,"pushed_at":"2025-11-22T17:14:06.000Z","size":2268,"stargazers_count":61,"open_issues_count":0,"forks_count":12,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-22T19:09:02.415Z","etag":null,"topics":["cv","cv-template","resume","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":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peterpf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"peterpf","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2023-12-01T11:42:43.000Z","updated_at":"2025-11-22T17:13:56.000Z","dependencies_parsed_at":"2023-12-05T01:32:11.391Z","dependency_job_id":"fa5defe4-09f5-40a0-bcbf-8c6208a7a301","html_url":"https://github.com/peterpf/modern-typst-resume","commit_stats":null,"previous_names":["peterpf/modern-typst-resume"],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/peterpf/modern-typst-resume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterpf%2Fmodern-typst-resume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterpf%2Fmodern-typst-resume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterpf%2Fmodern-typst-resume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterpf%2Fmodern-typst-resume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterpf","download_url":"https://codeload.github.com/peterpf/modern-typst-resume/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterpf%2Fmodern-typst-resume/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30084963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T13:22:36.021Z","status":"ssl_error","status_checked_at":"2026-03-04T13:20:45.750Z","response_time":59,"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":["cv","cv-template","resume","typst","typst-template"],"created_at":"2024-08-01T06:01:06.385Z","updated_at":"2026-03-04T15:31:45.189Z","avatar_url":"https://github.com/peterpf.png","language":"Typst","funding_links":["https://ko-fi.com/peterpf","https://ko-fi.com/O5O11OGPX2'"],"categories":["Popular \u0026 New Non-LaTeX Templates","Templates \u0026 Libraries"],"sub_categories":["Others","CV"],"readme":"# A modern typst CV template\n\n\u003cdiv style=\"display: flex; gap: 10px; justify-content: center; align-items: center; text-align: center\"\u003e\n  \u003ca href='https://ko-fi.com/O5O11OGPX2' target='_blank'\u003e\n    \u003cimg height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi2.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/peterpf/modern-typst-resume/stargazers\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Say%20Thanks-👍-1EAEDB.svg\" border=\"0\" alt=\"Say thanks and star me on Github\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\nA customizable resume/CV template focusing on clean and concise presentation, with a touch of color.\n\n**This template is available on [typst Universe](https://typst.app/universe/package/modern-resume)!**\n\n## Requirements\n\nTo compile this project you need the following:\n\n- [typst](https://github.com/typst/typst)\n- [Roboto font family](https://fonts.google.com/specimen/Roboto)\n\n## Compiling\n\nBuild the document once with\n\n```bash\ntypst compile main.typ\n```\n\nBuild the document whenever you save changes by running\n\n```bash\ntypst watch main.typ\n```\n\n## Usage\n\nThe following code provides a minimum working example:\n\n```typst\n#import \"@preview/modern-resume:1.0.0\": *\n\n#show: modern-resume.with(\n  author: \"John Doe\",           // Optional parameter\n  job-title: \"Data Scientist\",  // Optional parameter\n  bio: lorem(5),                // Optional parameter\n  avatar: image(\"avatar.png\"),  // Optional parameter\n  contact-options: (            // All entries are optional\n    email: link(\"mailto:john.doe@gmail.com\")[john.doe\\@gmail.com],\n    mobile: \"+43 1234 5678\",\n    location: \"Austria\",\n    linkedin: link(\"https://www.linkedin.com/in/jdoe\")[linkedin/jdoe],\n    github: link(\"https://github.com/jdoe\")[github.com/jdoe],\n    website: link(\"https://jdoe.dev\")[jdoe.dev],\n  ),\n  // Optional custom theme\n  theme: (\n    primary: rgb(\"#313C4E\"),\n    secondary: rgb(\"#222A33\"),\n    accentColor: rgb(\"#449399\"),\n    textPrimary: rgb(\"#000000\"),\n    textSecondary: rgb(\"#7C7C7C\"),\n    textMuted: rgb(\"#ffffff\"),\n  ),\n)\n\n== Education\n\n#experience(\n  title: \"Master's degree\",\n  subtitle: \"University of Sciences\",\n  task-description: [\n    - Short summary of the most important courses\n    - Explanation of master thesis topic\n  ],\n  date-from: \"10/2021\",\n  date-to: \"07/2023\",\n  label: \"Courses\",\n)\n\n// More content goes here\n\n```\n\nSee [main.typ](./main.typ) for a full example that showcases all available elements.\n\n## Output examples\n\nExample outputs for different color palettes:\n\n|                   Default colors                    |                 Pink colors                 |\n| :-------------------------------------------------: | :-----------------------------------------: |\n| ![Default colors](./docs/images/demo-navy-dark.png) | ![Pink colors](./docs/images/demo-pink.png) |\n\n\n## Customization\n\nThe template allows you to make it yours by defining a custom color palette.\nYou can create and pass your own theme dictionary to the `modern-resume` function:\n\n```typst\n// Define a custom theme once\n#let custom-theme = (\n  primary: rgb(\"#ffc0cb\"),      // Pink background for header\n  secondary: rgb(\"#222A33\"),    // Dark background for contact info\n  accentColor: rgb(\"#449399\"),  // Accent color for headings and details\n  textPrimary: rgb(\"#000000\"),  // Primary text color\n  textSecondary: rgb(\"#7C7C7C\"),// Secondary text color\n  textMuted: rgb(\"#ffffff\"),    // Text color for elements on dark background\n)\n\n// Use it in the main resume function\n#show: modern-resume.with(\n  // ... other parameters\n  theme: custom-theme,\n)\n\n// And reuse it in individual components for consistency\n#experience(\n  // ... parameters\n  theme: custom-theme,\n)\n\n#project(\n  // ... parameters\n  theme: custom-theme,\n)\n\n#pill(\"Skill\", theme: custom-theme)\n```\n\nIf you don't specify a theme, the default theme will be used.\nAll components accept a `theme` parameter that allows you to customize their appearance.\n\n## Elements\n\nThis section introduces the visual elements that are part of this template.\n\n### Pills\n\nImport this element from the template module with `pill`.\n\n![pills](docs/images/pills.png)\n\n```typst\n#pill(\"German (native)\")\n#pill(\"English (C1)\")\n\n// With custom theme\n#pill(\"German (native)\", theme: custom-theme)\n```\n\n![pills filled](docs/images/pills-filled.png)\n\n```typst\n#pill(\"Teamwork\", fill: true)\n#pill(\"Critical thinking\", fill: true)\n\n// With custom theme\n#pill(\"Problem solving\", fill: true, theme: custom-theme)\n```\n\n### Experience\n\nImport the experience element from the template module with `experience`.\n\n![educational experience](docs/images/educational-experience.png)\n\n```typst\n#experience(\n  title: \"Master's degree\",\n  subtitle: \"University of Sciences\",\n  task-description: [\n    - Short summary of the most important courses\n    - Explanation of master thesis topic\n  ],\n  date-from: \"10/2021\",\n  date-to: \"07/2023\",\n  label: \"Courses\",\n)\n\n// With custom theme\n#experience(\n  title: \"Master's degree\",\n  subtitle: \"University of Sciences\",\n  task-description: [\n    - Short summary of the most important courses\n    - Explanation of master thesis topic\n  ],\n  date-from: \"10/2021\",\n  date-to: \"07/2023\",\n  label: \"Courses\",\n  theme: custom-theme,\n)\n```\n\n![work experience](docs/images/work-experience.png)\n\n```typst\n#experience(\n  title: \"Full Stack Software Engineer\",\n  subtitle: [#link(\"https://www.google.com\")[Some IT Company]],\n  facility-description: \"Company operating in sector XY\",\n  task-description: [\n    - Short summary of your responsibilities\n  ],\n  date-from: \"09/2018\",\n  date-to: \"07/2021\",\n  label: \"Achievements/Tasks\",\n)\n\n// With custom theme\n#experience(\n  title: \"Full Stack Software Engineer\",\n  subtitle: [#link(\"https://www.google.com\")[Some IT Company]],\n  facility-description: \"Company operating in sector XY\",\n  task-description: [\n    - Short summary of your responsibilities\n  ],\n  date-from: \"09/2018\",\n  date-to: \"07/2021\",\n  label: \"Achievements/Tasks\",\n  theme: custom-theme,\n)\n```\n\n### Project\n\nImport this element from the template module with `project`.\n\n\n![project](docs/images/project.png)\n\n```typst\n#project(\n  title: \"Project 2\",\n  subtitle: \"Data Visualization, Data Engineering\",\n  description: [\n    - #lorem(20)\n  ],\n  date-from: \"08/2022\",\n  date-to: \"09/2022\",\n)\n\n// With custom theme\n#project(\n  title: \"Project 2\",\n  subtitle: \"Data Visualization, Data Engineering\",\n  description: [\n    - #lorem(20)\n  ],\n  date-from: \"08/2022\",\n  date-to: \"09/2022\",\n  theme: custom-theme,\n)\n```\n\n## Development\n\n### Testing\n\nRun the tests with\n\n```bash\ntypst compile tests/test_lib.typ --root .\n```\n\nor with\n\n```bash\nnix flake check\n```\n\n## Acknowledgements\n\nThis project would not be what it is without:\n\n- [Font Awesome Free](https://github.com/FortAwesome/Font-Awesome/) | providing the icons\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterpf%2Fmodern-typst-resume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterpf%2Fmodern-typst-resume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterpf%2Fmodern-typst-resume/lists"}