Skip to content

flowerofmycountry/wujin-cv

Repository files navigation

English | 简体中文

Markdown Resume

Generate a resume by writing markdown.

effect

Online

Go to Markdown Resume to generate it online!

Purely static pages do not collect any personal information from you.

Customizable

Front-end developers may want to be highly customizable and can clone the project.

How to custom

  1. Clone this project
  git clone https://github.com/flowerofmycountry/wujin-cv.git
  1. Create a 'cv' folder that looks like this:
cv
├─avatar
│      photo.png
│
├─companies
│      1.NBA.md
│      2.圣玛丽高中.md
│
├─educations
│      1.高中.md
│
├─personal
│      info.md
│
└─projects
        1.骑士.md
        10.湖人.md
        6.热火.md
        8.骑士.md
  1. Replace the src/cv folder
  2. Install dependencies' & 'to run the project
  pnpm i
  pnpm dev