Giter VIP home page Giter VIP logo

nimo-markdown-cv's Introduction

nimo-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.


Getting started

To start, simply fork the nimo-markdown-cv repo

Your resume content will be contained in index.md, which has an example cv. Start by modifying index.md! To see the result, you have two options:

Using Github Pages to publish it online

  1. Go to Settings of you git repo.
  2. In the Github Pages section, choose master branch, which will automatically build your cv and serve it on your free GitHub Pages website.
  3. Head to yourusername.github.io/nimo-markdown-cv to see your beautiful CV.

Any change you want to make to your CV from then on would have to be done on the master branch and will be immediately rendered by Github Pages.

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.

Build it locally by docker

  1. Clone your fork on your computer
  2. Type make build to set up service
  3. Type make or make start to start service, then your can open localhost:4000 on your local host to see your CV
  4. You can edit the index.md file and see changes live in your browser.
  5. Since the jekyll-pdf does not work well with this repo, try using Chrome's print feature, just right-click in your browser and click print tag

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.

nimo-markdown-cv's People

Contributors

alkenepan avatar voiddme avatar wodeni avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.