This repo holds my mini-website. Published at https://bricoletc.github.io.
- Layout/template taken from: https://github.com/elipapa/markdown-cv by Eliseo Papa.
- Uses jekyll
Two options:
- Push to
gh-branches
- 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.
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.