{"id":29001687,"url":"https://github.com/calico32/libresume","last_synced_at":"2026-02-05T14:05:35.394Z","repository":{"id":298138979,"uuid":"999002045","full_name":"calico32/libresume","owner":"calico32","description":"A Typst resume template","archived":false,"fork":false,"pushed_at":"2025-06-10T02:36:56.000Z","size":1315,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T09:11:31.423Z","etag":null,"topics":["resume","resume-template","typst","typst-cv","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/calico32.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":"2025-06-09T15:30:11.000Z","updated_at":"2025-06-10T02:36:59.000Z","dependencies_parsed_at":"2025-06-09T16:46:45.416Z","dependency_job_id":null,"html_url":"https://github.com/calico32/libresume","commit_stats":null,"previous_names":["calico32/libresume"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/calico32/libresume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calico32%2Flibresume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calico32%2Flibresume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calico32%2Flibresume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calico32%2Flibresume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calico32","download_url":"https://codeload.github.com/calico32/libresume/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calico32%2Flibresume/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502278,"owners_count":23618567,"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-cv","typst-template"],"created_at":"2025-06-25T09:11:25.896Z","updated_at":"2026-02-05T14:05:30.358Z","avatar_url":"https://github.com/calico32.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libresume\n\nlibresume is a Typst template for creating resumes with a clean and modern design.\n\n[![Example resume](resume.png)](resume.typ)\n\n## Usage\n\nTo use, clone/copy `libresume.typ` and `libtailwind.typ`. Then, in your Typst document:\n\n```typst\n#include \"libresume.typ\": *\n#show: resume\n\n= John Doe\n\n// ...\n```\n\nSee [`resume.typ`](resume.typ) for a complete example.\n\n## Customization\n\nYou can supply a theme to customize the appearance of your resume. For example:\n\n```typst\n#include \"libresume.typ\": *\n#show: resume.with(\n    theme: (\n        primary: teal,\n        accent: emerald,\n        neutral: stone,\n        font-heading: \"Inter\",\n        font-body: \"Roboto\",\n    )\n)\n```\n\nYou can use any TailwindCSS color swatch (included with the template), or supply your own swatches for primary/accent/neutral in this format:\n\n```typst\n#let my-swatch = (\n    s50: rgb(\"#f0f4f8\"),\n    s100: rgb(\"#d9e2ec\"),\n    s200: rgb(\"#bcccdc\"),\n    s300: rgb(\"#9fb3c8\"),\n    s400: rgb(\"#829ab1\"),\n    s500: rgb(\"#627d98\"),\n    s600: rgb(\"#486581\"),\n    s700: rgb(\"#334e68\"),\n    s800: rgb(\"#243b53\"),\n    s900: rgb(\"#102a43\"),\n    s950: rgb(\"#06172a\"),\n)\n```\n\n(Some shades are unused; see `libresume.typ` for which are actually required.)\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalico32%2Flibresume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalico32%2Flibresume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalico32%2Flibresume/lists"}