Skip to content

a simple template to write your CV in a readable markdown file and use CSS to publish/print it.

License

Notifications You must be signed in to change notification settings

Super-Coding-Ninja-TM/markdown-cv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-cv

A curriculum vitae maintained in plain text and rendered to HTML and PDF using CSS.

For more details, see the project page, or the blog post on why I switched to markdown for my CV.

Customization

Simply fork the markdown-cv repo

Git Help: Fork

and edit the index.md file directly in Github

Git Help: Edit Button

adding your skills, jobs and education.

Git Help: ReadMe.md- light

Distribution

To transform your plain text CV into a beautiful and shareable HTML page, you have two options:

I. Use Github Pages to publish it online

  1. Delete the existing gh-pages branch from your fork. It will only contain this webpage. You can either use git or the Github web interface.

  2. Create a new branch called gh-pages.

  3. Head to yourusername.github.io/markdown-cv to see your CV live.

Any change you want to make to your CV from then on would have to be done on the gh-pages branch and will be immediately rendered by Github Pages.

II. Build it locally and print a PDF

  1. To install jekyll, run gem install bundler jekyll from the command line.

  2. Clone your fork of markdown-cv to your local machine.

  3. Type jekyll serve to render your CV at http://localhost:4000.

  4. You can edit the index.md file and see the changes live in your browser.

  5. To print a PDF, press + p. Print and web CSS media queries should take care of the styling.

Alternative to Local Build

  1. Visit https://www.freepdfconvert.com/

  2. Select best option.

    opt

Styling

The included CSS will render your CV in two styles: s

  1. kjhealy the original default, inspired by kjhealy's vita template.

  2. davewhipp is a tweaked version of kjhealy, with bigger fonts and dates right aligned.

To change the default style, simply change the variable in the _config.yml file.

Any other styling is possible. More CSS style contributions and forks are welcome!

References

  1. Shields IO provides documentations on how to add your shield, for creditbility. Please feel free to view this resource, for your future developments.

  2. Markdown Syntax provides documentations on how to add your shield, for creditbility. Please feel free to view this resource, for your future developments.

Author

Eliseo Papa (Twitter/Github/Website)

Eliseo Papa

Contributors

     

Select images above to visit the contributor's GitHub Profile. Names following images left to right: aloupfor, Benjamin L. Moore, Zoë Peterson,and Frederick Thomas, Super Coding Ninja™

License

License Icon

markdown-cv Copyright (c) [2021] Eliseo Papa, Aloupfor, Benjamin L. Moore, Zoë Peterson, and Frederick Thomas

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

a simple template to write your CV in a readable markdown file and use CSS to publish/print it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 96.4%
  • HTML 3.6%