{"id":23071566,"url":"https://github.com/lloydlobo/smartcv","last_synced_at":"2026-04-13T12:01:39.172Z","repository":{"id":208156303,"uuid":"720944299","full_name":"lloydlobo/SmartCV","owner":"lloydlobo","description":"Craft personalized resumes with SmartCV using CSS precision and on-the-fly YAML configuration.","archived":false,"fork":false,"pushed_at":"2023-11-24T10:49:49.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T06:38:14.060Z","etag":null,"topics":["css","cv","cv-creator","cv-generator","python","resume","resume-generator","resume-template","yaml"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lloydlobo.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-11-20T02:51:55.000Z","updated_at":"2024-12-07T23:20:23.000Z","dependencies_parsed_at":"2023-11-22T13:39:37.206Z","dependency_job_id":"38525ac3-c305-49bf-99a5-f083eca4ef21","html_url":"https://github.com/lloydlobo/SmartCV","commit_stats":null,"previous_names":["lloydlobo/smartcv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lloydlobo/SmartCV","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydlobo%2FSmartCV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydlobo%2FSmartCV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydlobo%2FSmartCV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydlobo%2FSmartCV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lloydlobo","download_url":"https://codeload.github.com/lloydlobo/SmartCV/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lloydlobo%2FSmartCV/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["css","cv","cv-creator","cv-generator","python","resume","resume-generator","resume-template","yaml"],"created_at":"2024-12-16T07:15:56.317Z","updated_at":"2026-04-13T12:01:39.151Z","avatar_url":"https://github.com/lloydlobo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmartCV\n\nCraft personalized resumes with `SmartCV` using `CSS` precision and on-the-fly\n`YAML` configuration.\n\n## Features\n\n- One central source for truth in a `yaml` file. No more jumping around while\n  editing CVs.\n- Ability to edit and style as one pleases. (Just the basics of `HTML` and `CSS`\n  are required.)\n- Edit CV in any text-editor and watch changes in the browser.\n  - [ ] TODO: Add hot-reloading for the `python` compilation script.\n\n## Sample Preview\n\n### Input `yaml`\n\n```yaml\nname: Jane Smith\ncontact:\n  email: janesmith@example.com\n  phone: +1234567891\n  address: Abbey Road\n  website: https://example.com\nsummary: \u003e-\n  I enjoy creating meaningful programs and collaborating for quality results.\n  Eager to contribute my skills to an integrity-driven software environment.\nexperience:\n  - company: Amazon\n    title: Data Engineer\n    dates: 2021–Present\n    responsibilities:\n      - Implemented data processing pipelines using Python and Spark.\n      - Collaborated with diverse teams for successful project delivery.\n      - Optimized and maintained data infrastructure to ensure data quality, integrity, and availability.\n  - company: Microsoft\n    title: Software Developer\n    dates: 2016–2021\n    responsibilities:\n      - Built web applications using TypeScript and Angular.\n      - Collaborated with cross-functional teams to meet project deadlines.\n      - Participated in code reviews and provided constructive feedback to enhance code quality and maintainability.\n  - company: Apple\n    title: iOS Developer\n    dates: 2014–2016\n    responsibilities:\n      - Developed user-friendly iOS applications using Swift.\n      - Collaborated with UX/UI designers to enhance app visuals.\n      - Conducted debugging, testing, and optimization of iOS applications to ensure a smooth user experience.\nprojects:\n  - name: Exciting travel app\n    description: Explore new places while checking real-time weather details.\n    url: https://gitsample.com/exciting-travel-app\n  - name: Innovative finance app\n    description: Manage your finances with ease using this cutting-edge app.\n    url: https://gitsample.com/innovative-finance-app\n  - name: Futuristic health app\n    description: Stay fit and healthy with personalized health insights.\n    url: https://gitsample.com/futuristic-health-app\nskills:\n  - languages:\n      - TypeScript\n      - Python\n      - HTML\n      - CSS\n      - JavaScript\n      - Java\n      - Kotlin\n  - traits:\n      - Problem Solver\n      - Team Player\n      - Innovative Thinker\n  - talents:\n      - User Experience Design\n      - Agile Development\neducation:\n  - institution: Harvard University\n    degree: Bachelor of Science\n    major: Computer Science\n    dates: 2012–2016\n  - institution: Stanford University\n    degree: Master of Science\n    major: Computer Science\n    dates: 2016–2018\n```\n\n### Output Resume\n\n![SmartCV_example](https://github.com/lloydlobo/SmartCV/assets/76430758/e3ddfaff-3f08-482e-be84-0749b8cd2d13)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flloydlobo%2Fsmartcv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flloydlobo%2Fsmartcv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flloydlobo%2Fsmartcv/lists"}