{"id":13859044,"url":"https://github.com/markdone/cssume","last_synced_at":"2025-07-14T01:32:47.861Z","repository":{"id":37663154,"uuid":"120913096","full_name":"markdone/cssume","owner":"markdone","description":"📄 An elegant css theme for resume generated by Markdown","archived":false,"fork":false,"pushed_at":"2023-04-20T13:20:40.000Z","size":573,"stargazers_count":56,"open_issues_count":7,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-06T18:08:37.712Z","etag":null,"topics":["css","markdown","resume","style","tiny"],"latest_commit_sha":null,"homepage":"https://markdone.github.io/cssume/","language":"Stylus","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/markdone.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}},"created_at":"2018-02-09T14:07:45.000Z","updated_at":"2024-07-24T09:43:49.000Z","dependencies_parsed_at":"2024-01-13T18:16:39.291Z","dependency_job_id":"d50b94da-7c3b-403f-8173-282151f29bdb","html_url":"https://github.com/markdone/cssume","commit_stats":{"total_commits":29,"total_committers":3,"mean_commits":9.666666666666666,"dds":0.3448275862068966,"last_synced_commit":"946478dd7612c0710a54342fa3b994a99e7360d7"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markdone%2Fcssume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markdone%2Fcssume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markdone%2Fcssume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markdone%2Fcssume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markdone","download_url":"https://codeload.github.com/markdone/cssume/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225938753,"owners_count":17548545,"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":["css","markdown","resume","style","tiny"],"created_at":"2024-08-05T03:02:30.534Z","updated_at":"2024-11-22T17:30:38.950Z","avatar_url":"https://github.com/markdone.png","language":"Stylus","funding_links":[],"categories":["Stylus"],"sub_categories":[],"readme":"# cssume\n\n\u003e An elegant css theme for resume generated by Markdown\n\n[![npm][npm-image]][npm-url]\n[![downloads][downloads-image]][npm-url]\n[![size][size-image]][npm-url]\n\n[npm-image]: https://img.shields.io/npm/v/cssume.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/cssume\n[downloads-image]: https://img.shields.io/npm/dm/cssume.svg?style=flat-square\n[size-image]: http://img.badgesize.io/https://unpkg.com/cssume?compression=gzip\u0026label=size\u0026style=flat-square\n\nWrite your resume with markdown and turn it into an HTML page, and then let cssume to beautify it!\n\nThe design is inspired by [standardresume](standardresume.co), and you can learn how to write a good resume from [this article](https://standardresume.co/write-the-perfect-resume).\n\nSee the [online demo](https://markdone.github.io/cssume/), or [Try it!](https://codepan.net/gist/114524e411d3ed9334715609beb65d27)\n\n## Install\n\n```html\n\u003c!-- CDN Development (always latest) --\u003e\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/cssume\"\u003e\n\u003c!-- CDN Production (specific release) --\u003e\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/cssume@1.0.0\"\u003e\n```\n\n```sh\n# npm package\n$ npm install cssume\n```\n\n```css\n/* CSS file */\n@import url('https://unpkg.com/cssume/dist/cssume-scope.css');\n```\n\n## Usage\n\n```html\n\u003c!doctype html\u003e\n\u003chtml lang=\"en\"\u003e\n  \u003chead\u003e\n     \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://unpkg.com/cssume\"\u003e\n    \u003ctitle\u003ecssume\u003c/title\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003ch1\u003eYour resume\u003c/h1\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\nThis is a demo markdown\n\n```markdown\n# Your Name\n\n\u003e Career\n\nLocation\n\nA few words to introduce yourself...\n\n* [your email](email-address 'email')\n* [your website](website-url 'website')\n* [your linkedin](linkedin-url 'linkedin')\n* [your github](github-url 'github')\n\n\u003c!-- If used orderly it will be horizontally aligned --\u003e\n\n1. [your email](email-address 'email')\n2. [your website](website-url 'website')\n3. [your linkedin](linkedin-url 'linkedin')\n\n\u003c!-- This is the required split style --\u003e\n\n---\n\n## Work Experience | Education | Projects\n\n### Company | School | Project name\n\n**Title**\n_date_\n\nSimple introduction...\n\n* If necessary\n* You can list it\n\n## Skills\n\n* Javascript\n* TypeScript\n* Whatever\n```\n\n## FAQ\n\n* What's the difference between `cssume-scope.css` and `cssume.css`?\n\n`cssume-scope.css` is that you need to add `.cssume` class for element.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkdone%2Fcssume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkdone%2Fcssume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkdone%2Fcssume/lists"}