Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

elipapa/markdown-cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

For more details, see theproject page, or the blog post onwhy I switched to markdown for my CV.


Customization

Simplyfork the markdown-cv repo

and edit theindex.md filedirectly in Github

adding your skills, jobs and education.

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 existinggh-pages branch from your fork. It will only contain this webpage. You can either use git orthe Github web interface.
  2. Create a new branch calledgh-pages.
  3. Head toyourusername.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 thegh-pages branch and will be immediately rendered by Github Pages.

II. Build it locally and print a PDF

  1. Toinstall jekyll, rungem install bundler jekyll from the command line.
  2. Clone your fork of markdown-cv to your local machine.
  3. Typejekyll serve to render your CV athttp://localhost:4000.
  4. You can edit theindex.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.

Styling

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

  1. kjhealy the original default, inspired bykjhealy's vitatemplate.
  2. davewhipp is a tweaked version ofkjhealy, with bigger fonts and datesright 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!

Author

Eliseo Papa (Twitter/Github/Website).

Eliseo Papa

License

MIT License

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2026 Movatter.jp