patrixr / resume.md

A markdown resume project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resume.md

Simple markdown resume boilerplate

How it works

  • Clone the repo
  • You edit the resume.md file
  • Select a base theme (via markdown comments)
  • Add your own .scss files to the styles/custom folder

Installation

npm run build

Live preview mode

npm run dev

Generate pdf

$> npm run build

Will create the generated/resume.pdf file

Selecting base theme

Add a comment at the top of resume.md as such:

<!-- @theme foghorn -->

About

A markdown resume project

License:MIT License


Languages

Language:CSS 90.1%Language:JavaScript 9.8%Language:SCSS 0.1%