Skip to content

Kevinnan-teen/nc-resume

 
 

Repository files navigation

nachr-markdown-cv

A curriculum vitae template that lets you write your cv in Markdown and supports both HTML and PDF output formats. To generate the cv, we use Jekyll.

The project is a fork from markdown-cv and the usage is essentially the same. We only provide an alternative styling theme.

See Live example of this template here.


Build it locally and print a PDF

  1. install jekyll on your computer. gem install jekyll will do for most users.
  2. Clone your fork on your computer
  3. Type jekyll serve and you'll be able to see your CV on your local host (the default address is http://localhost:4000).
  4. You can edit the index.md file and see changes live in your browser.
  5. To print a PDF, just press Print. Print and web CSS media queries should take care of the styling.

Generating PDFs in one command

You can optionally integrate jekyll-pdf to the package and automatically generate the PDF along with the HTML version. See more instructions in the repo. As of 02/07/2019, jekyll-pdf does not work well with this repo.

About

Maintain your CV in Markdown ✨

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.7%
  • CSS 7.3%