A resume maintained in plain text and rendered to HTML and PDF using CSS.
For more details, see the markdown-csv project page, or the blog post on why I switched to markdown for my CV.
To transform your plain text resume into a beautiful and shareable HTML page, you have two options:
- Edit or move your resume to the
index.md
file in thedocs
folder. - Go to settings > GitHub pages to make the changes shown.
- Head to yourusername.github.io/mdresume to see your resume live.
Any change you want to make to your CV from then on would have to be done in the docs
folder and will be immediately rendered by Github Pages.
The included CSS will render your CV in two styles: s
kjhealy
the original default, inspired by kjhealy's vita template.davewhipp
is a tweaked version ofkjhealy
, 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!