{"id":16589190,"url":"https://github.com/pineapplegiant/resume","last_synced_at":"2026-02-14T09:07:35.944Z","repository":{"id":130285322,"uuid":"160465503","full_name":"pineapplegiant/resume","owner":"pineapplegiant","description":"My Pandoc Resume in every form known to man, and some forms known to chimpanzees...","archived":false,"fork":false,"pushed_at":"2019-02-20T19:59:37.000Z","size":1276,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T21:31:43.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TeX","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/pineapplegiant.png","metadata":{"files":{"readme":"README.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-12-05T05:25:34.000Z","updated_at":"2023-03-08T22:25:03.000Z","dependencies_parsed_at":"2023-03-23T12:33:35.156Z","dependency_job_id":null,"html_url":"https://github.com/pineapplegiant/resume","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pineapplegiant/resume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pineapplegiant%2Fresume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pineapplegiant%2Fresume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pineapplegiant%2Fresume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pineapplegiant%2Fresume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pineapplegiant","download_url":"https://codeload.github.com/pineapplegiant/resume/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pineapplegiant%2Fresume/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29441172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"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":[],"created_at":"2024-10-11T23:08:02.555Z","updated_at":"2026-02-14T09:07:35.940Z","avatar_url":"https://github.com/pineapplegiant.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Markdown Pandoc Resume\n\nThis was inspired by my deep anguish for updating my resume using Microsoft Word.\nFor those who've used it, I'm sure you understand the pain.\nThe constant format tinkering, the laggy startup. There is no winning. Only pain and proprietary software. Oh I dream of the days where painless plain-text writing will prevail! \n\nIf you would like to emulate how my Resume is made, however, please take a look at this blog [post](http://sdsawtelle.github.io/blog/output/simple-markdown-resume-with-pandoc-and-wkhtmltopdf.html)\n\nThe process is *fairly* simple. \n\n## You need:\n* [Pandoc](https://pandoc.org/)\n: A Swiss-Army Knife command line utility to convert anything into anything.\n* [ Wkhtmltopdf ](https://wkhtmltopdf.org/)\n: A way to convert HTML documents to PDF ones, in an interesting way.\n* [CSS Knowledge](https://developer.mozilla.org/en-US/docs/Web/CSS)\n: The stupidest, yet most necessary programming language for styling things.\n* [Markdown Knowledge](https://pandoc.org/MANUAL.html#pandocs-markdown)\n: Markdown is great, but there are different 'flavors'. It'd be good to read up about Pandoc's style of Markdown.\n* MakeFile\n: Once you run `$ make` it'll just compile your document :) no need to go through each command in the command line! \n\n\n## Benefits\n1) *Version Control*. You can track your resume via git/github! Say goodbye to the days where you had to remember all of your past achievements. Git will do that for you.\n2) *Work-Flow*. You'll never have to update multiple things. It's all right here. Mkd-\u003e HTML,PDF,DOCX\n3) *CSS Styling*. Yes it's painful, but it's **_MUCH_** better than dealing with LaTex Template programming has. If you disagree, there are good [ LaTex/ConText templates ](https://github.com/jgm/pandoc/wiki/User-contributed-templates) for these kind of things.\n\n\n## Installation\n* Pandoc \n    - Mac OSX -\u003e ` brew install pandoc` \n    - Windows Users -\u003e idk google it\n    - Linux Users -\u003e sudo-apt-get?\n* WKhtmltopdf \n    - Mac OSX -\u003e ` brew cask install wkhtmltopdf` \n    - Windows Users -\u003e idk google it\n    - Linux Users -\u003e sudo-apt-get?\n\n## Workflow\n\n1) Edit Resume.md\n    - Update your resume!\n    - (Be sure to look at the CSS. If you want things to appear on the right hand side, apply a header7 with the `{#right}` attribute. It'll add the`float: right;` attribute\n2) Run the makefile\n    - `$ make`\n\n\n#### Special Thanks\n- My mom\n- This simple [ MakeFile ](https://github.com/chmduquesne/resume/blob/master/Makefile). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpineapplegiant%2Fresume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpineapplegiant%2Fresume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpineapplegiant%2Fresume/lists"}