Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.14 KB

File metadata and controls

32 lines (21 loc) · 1.14 KB

This repo holds my mini-website. Published at https://bricoletc.github.io.

Credit

Rendering

Two options:

I. Use Github Pages to publish it online

  1. Push to gh-branches

II. Build it locally and print a PDF

  1. To install jekyll, run gem install bundler jekyll from the command line.
  2. Clone your fork of markdown-cv to your local machine.
  3. Type jekyll serve to render your CV at http://localhost:4000.
  4. You can edit the index.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

  1. kjhealy the original default, inspired by kjhealy's vita template.
  2. davewhipp is a tweaked version of kjhealy, with bigger fonts and dates right aligned.

To change the default style, simply change the variable in the _config.yml file.