Skip to content

hanjiarong-tech/markdown-resume

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • A custom id is set on <body>, you can use #custom selector to custom html, or change it yourself

Export to pdf

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

Preview

About

Generate simple resume with markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 86.3%
  • JavaScript 13.7%