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.
To start, simply fork the markdown-cv repo
and then edit directly in github the index.md
file
adding your skills, jobs and education.
To transform your plain text CV into a beautiful looking HTML page and share it you then have two options:
gh-pages
branch from your fork. It will only contain this webpage. You can either use git or the github web interfacegh-pages
(which will then be a copy of master)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.
gem install jekyll
will do for most users.jekyll serve
and you'll be able to see your CV on your local host (the default address is http://localhost:4000).index.md
file and see changes live in your browser.For the moment, yes. The included CSS renders CV in a style inspired by kjhealy's vita template, but any styling is possible. Contributions and forks are welcome!
Eliseo Papa (Twitter/GitHub/website).