{"id":16369708,"url":"https://github.com/dcsunset/org-moderncv","last_synced_at":"2025-04-15T02:36:39.305Z","repository":{"id":182054169,"uuid":"667135921","full_name":"DCsunset/org-moderncv","owner":"DCsunset","description":"Org exporter for curriculum vitae or cover letter using moderncv","archived":false,"fork":false,"pushed_at":"2023-09-28T18:48:39.000Z","size":48,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T14:51:12.515Z","etag":null,"topics":["cover-letter","cv","emacs","org","org-mode","resume"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DCsunset.png","metadata":{"files":{"readme":"README.org","changelog":"CHANGELOG.md","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-07-16T18:53:37.000Z","updated_at":"2024-07-03T04:57:25.000Z","dependencies_parsed_at":"2023-07-19T02:32:07.949Z","dependency_job_id":"66fa5790-fa0c-40a8-aba9-b47fced16bba","html_url":"https://github.com/DCsunset/org-moderncv","commit_stats":null,"previous_names":["dcsunset/org-moderncv"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Forg-moderncv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Forg-moderncv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Forg-moderncv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Forg-moderncv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DCsunset","download_url":"https://codeload.github.com/DCsunset/org-moderncv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248995100,"owners_count":21195497,"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":["cover-letter","cv","emacs","org","org-mode","resume"],"created_at":"2024-10-11T02:56:06.000Z","updated_at":"2025-04-15T02:36:39.004Z","avatar_url":"https://github.com/DCsunset.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE:  Org exporter for curriculum vitae using moderncv\n\nThis project is forked from [[https://gitlab.com/Titan-C/org-cv]].\nIt keeps only moderncv export and improves and fix bugs in it.\n\n* Installation\n\nTo install it, you can clone this git repository and add it to your load-path:\n#+BEGIN_SRC bash\ngit clone https://github.com/DCsunset/org-moderncv.git\n(use-package org-moderncv\n    :load-path \"path_to_repository/org-moderncv/\"\n    :init (require 'org-moderncv))\n#+END_SRC\n\nIf you are using Nix flake, you can add this repo to your inputs directly.\n\nThis package is also available in Nix NUR: =nur.repos.dcsunset.moderncv=.\n\n* Basic Org file\n\nThe basic structure of an org file containing your CV is shown next.\n** Personal contact information\n=TITLE=, =AUTHOR= and =EMAIL= are standard org options. But on =TITLE= you\nput your foreseen job.\n\n| Field    | Description                                        |\n|----------+----------------------------------------------------|\n| CVKIND   | Kind: \"cv\" or \"letter\". (default: \"cv\")            |\n| CVSTYLE  | Moderncv style                                     |\n| CVCOLOR  | Moderncv color                                     |\n| NOITALIC | Make subtitles non-italic in cventry if set        |\n| TITLE    | Desired job                                        |\n| AUTHOR   | Who are you?                                       |\n| EMAIL    | Your contact email                                 |\n| ADDRESS  | Mailing address, this can span over multiple lines |\n| HOMEPAGE | URL of your website                                |\n| MOBILE   | Mobile phone                                       |\n| SOCIAL   | Social items                                       |\n| PHOTO    | path to photo file                                 |\n\n\nThe social items correspond to the ~\\social~ command in moderncv.\nEach item consists of =kind=, =content=, and an optional =url=, separated by =|=.\n(e.g. =github | \u003cuser\u003e| https://github.com/\u003cuser\u003e= or just =gitlab | \u003cuser\u003e=).\n\nThere are some options that only apply to the cover letter, as listed below.\nYou don't need to set them if you are not using the cover letter.\n\n| Field     | Description                                                                   |\n|-----------+-------------------------------------------------------------------------------|\n| recipient | Recipient in cover letter. Need to specify it twice for recipient and company |\n| opening   | Opening line                                                                  |\n| closing   | Closing line                                                                  |\n\n\n#+BEGIN_SRC org :tangle basic_cv.org\n,#+TITLE: My dream job\n,#+AUTHOR: Test\n,#+email: Test\n\n,#+ADDRESS: My Awesome crib\n,#+ADDRESS: Fantastic city -- Planet Earth\n,#+MOBILE: (+9) 87654321\n,#+HOMEPAGE: example.com\n,#+GITHUB: Test\n,#+SOCIAL: github | \u003cuser\u003e\n,#+SOCIAL: linkedin | \u003cname\u003e | \u003curl\u003e\n,#+PHOTO: smile.png\n#+END_SRC\n\nYou can use org-modes hierarchical structure to describe your CV. To make a\nspecific subtree an item describing an experience point (Job you have,\ndegree you pursued, etc.) you use the org properties drawer and with the\n=:CV_ENV: cventry= property. You should also include the =FROM= and =TO=\nproperties defining the span of the event, as =LOCATION= and =EMPLOYER=.\n#+BEGIN_SRC org :tangle workcontent.org\n,* Employement\n,** One job\n:PROPERTIES:\n:CV_ENV: cventry\n:FROM:     \u003c2014-09-01\u003e\n:TO:     \u003c2017-12-07\u003e\n:TITLE: The employer\n:SUBTITLE: a city, a country\n:END:\n\nI write about awesome stuff I do.\n,** Other job\n:PROPERTIES:\n:CV_ENV: cventry\n:FROM:     \u003c2013-09-01\u003e\n:TO:     \u003c2014-08-07\u003e\n:TITLE: The employer\n:SUBTITLE: a city, a country\n:END:\n\nI write about awesome stuff I do.\n\n,* Other stuff I do\n- I work a lot\n- I sleep a lot\n- I eat a lot\n#+END_SRC\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsunset%2Forg-moderncv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcsunset%2Forg-moderncv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsunset%2Forg-moderncv/lists"}