{"id":43413079,"url":"https://github.com/mmorga/resume-builder","last_synced_at":"2026-02-02T17:02:11.930Z","repository":{"id":280532348,"uuid":"939593165","full_name":"mmorga/resume-builder","owner":"mmorga","description":"Tool to build resume in various formats from YAML source","archived":false,"fork":false,"pushed_at":"2025-03-11T20:16:56.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T21:24:37.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmorga.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-02-26T19:40:48.000Z","updated_at":"2025-03-11T20:16:59.000Z","dependencies_parsed_at":"2025-03-04T00:35:34.960Z","dependency_job_id":null,"html_url":"https://github.com/mmorga/resume-builder","commit_stats":null,"previous_names":["mmorga/resume-builder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mmorga/resume-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmorga%2Fresume-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmorga%2Fresume-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmorga%2Fresume-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmorga%2Fresume-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmorga","download_url":"https://codeload.github.com/mmorga/resume-builder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmorga%2Fresume-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29015750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T16:17:30.374Z","status":"ssl_error","status_checked_at":"2026-02-02T15:58:50.469Z","response_time":58,"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":[],"created_at":"2026-02-02T17:02:08.446Z","updated_at":"2026-02-02T17:02:11.925Z","avatar_url":"https://github.com/mmorga.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# README\n\nThis project reads in a YAML formatted file containing a resume and produces resumes in HTML (self-contained, single file), PDF (via [Weasyprint](https://weasyprint.org/)), and PDF (via [Pandoc][https://pandoc.org/]).\n\n## Getting started\n\nDependencies:\n\n* [Ruby](https://www.ruby-lang.org/en/documentation/installation/) 3.1 or newer\n* [Weasyprint](https://weasyprint.org/) for PDF generation\n* [Pandoc][https://pandoc.org/] for Word DOCX generation\n\n### Mac simple setup\n\nSimple setup (on mac with [Homebrew](https://brew.sh/) installed):\n\nRun `bin/setup`\n\n### Other OS\n\nInstall the dependencies above, then execute in the root directory:\n\n`bundle install`\n\n## Building a resume\n\nOnce you have a resume created (example: `markmorga-resume.yaml`) in the project root directory, you can build it with the command:\n\n`rake` (or if this gives you trouble) `bundle exec rake`\n\nYou can also use [Guard](https://github.com/guard/guard) to monitor changes to files and build as you save your YAML file (or any template files).\n\n`guard` (or if this gives you trouble) `bundle exec guard`\n\n## Project map\n\n* `bin/setup` (Mac only) installs dependencies via Mac [Homebrew](https://brew.sh/) and bundler\n* `build` Created during the build process\n* `erb` Ruby ERB templates for the HTML generated by the build\n* `src` Ruby source for the code generator\n* `style` CSS for the generated HTML\n\n## TODO\n\n* Implement microformats:\n  * [h-resume on microformats.org](https://microformats.org/wiki/h-resume)\n  * Potential microformat profiles to include:\n    * `\u003clink href=\"http://microformats.org/profile/rel-license\" rel=\"profile\" /\u003e`\n    * `\u003clink href=\"http://microformats.org/profile/rel-nofollow\" rel=\"profile\" /\u003e`\n    * `\u003clink href=\"http://microformats.org/profile/rel-home\" rel=\"profile\" /\u003e`\n    * `\u003clink href=\"http://microformats.org/profile/h-resume\" rel=\"profile\" /\u003e`\n    * `\u003clink href=\"http://microformats.org/profile/h-card\" rel=\"profile\" /\u003e`\n    * `\u003clink href=\"http://microformats.org/profile/h-adr\" rel=\"profile\" /\u003e`\n    * `\u003clink href=\"http://microformats.org/profile/h-event\" rel=\"profile\" /\u003e`\n  * Other profiles\n    * `\u003clink href=\"http://www.w3.org/2005/11/profile\" rel=\"profile\" /\u003e`\n    * `\u003clink href=\"http://gmpg.org/xfn/11\" rel=\"profile\" /\u003e`\n  * [ProfilePage on schema.org](http://schema.org/ProfilePage)\n    `\u003chtml lang=\"en\" itemscope=\"\" itemtype=\"http://schema.org/ProfilePage\"\u003e`\n  * [Open Graph Protocol](https://ogp.me/) `\u003chead prefix=\"og: http://ogp.me/ns# profile: http://ogp.me/ns/profile#\"\u003e`\n    * `\u003cmeta property=\"og:site_name\" content=\"Mark Morga\" /\u003e`\n    * `\u003cmeta property=\"og:type\" content=\"profile\" /\u003e`\n    * `\u003cmeta property=\"og:locale\" content=\"en_US\" /\u003e`\n    * `\u003cmeta property=\"og:see_also\" itemprop=\"sameAs\" content=\"https://markmorga.com/resume\" /\u003e`\n    * `\u003cmeta property=\"og:url\" itemprop=\"url\" content=\"https://markmorga.com/resume\" /\u003e`\n    * `\u003cmeta property=\"profile:first_name\" content=\"Mark\" /\u003e`\n    * `\u003cmeta property=\"profile:last_name\" content=\"Morga\" /\u003e`\n    * `\u003cmeta property=\"profile:username\" content=\"markmorga\" /\u003e`\n    * `\u003cmeta property=\"profile:gender\" content=\"male\" /\u003e`\n* Images for icons, etc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmorga%2Fresume-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmorga%2Fresume-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmorga%2Fresume-builder/lists"}