Spike-Leung / markdown-resume

Generate simple resume with markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Started

git clone https://github.com/Spike-Leung/markdown-resume.git
cd markdown-resume
pnpm i

# edit resume
vim src/resume.md

# generate resume.html
pnpm run build

# open dist/resume.html and print it

Edit Resume

  • You can fork this repo, and edit markdown-resume/src/resume.md
  • Or write your own resume.md, and change resumePath variable in mardown-resume/config.js

Custom style

  • Edit files in markdown-resume/style to custom your resume style, use #custom selector, or make it yourself

Export to pdf

  • pnpm run build then open markdown-resume/dist/resume.html in browser
  • Print it as pdf (You may need to set some printing options)

Preview

FAQ

Where to get icon?

Check out GitHub Emoji Picker !

Find the icon you want, copy the shortcode and paste to your resume.md, that's it 😊

About

Generate simple resume with markdown


Languages

Language:JavaScript 90.5%Language:CSS 9.5%