This repo records my academic CV in Markdown format. Published at https://bricoletc.github.io/Brice_Markdown_CV/.
For the Markdown source, see index.md.
All boilerplate code (CSS, HTML) was copied, and the LICENCE file carried over from, https://github.com/elipapa/markdown-cv by Eliseo Papa.
Two options:
- Delete the existing
gh-pagesbranch from your fork. It will only contain this webpage. You can either use git or the Github web interface. - Create a new branch called
gh-pages. - 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.
- To install jekyll, run
gem install bundler jekyllfrom the command line. - Clone your fork of markdown-cv to your local machine.
- Type
jekyll serveto render your CV at http://localhost:4000. - You can edit the
index.mdfile and see the changes live in your browser. - To print a PDF, press ⌘ + p. Print and web CSS media queries should take care of the styling.
The included CSS will render your CV in two styles: s
kjhealythe original default, inspired by kjhealy's vita template.davewhippis 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!