v2 is coming out, with a breaking change especially in design.
Yet another responsive resume template-builder with good typography and design sense. Simple but useful. Instant resume with no config!
See Resume
- 极简, 无过多依赖. Simplicity matters. Concise, simple, and configurable, without excessive dependence
- 可配置. Configurable.
- Responsive
- Intl supported
- Auto export PDF
- SEO optimization
- Easy deploy with github pages
See src/resume/data.json
or go to https://jsonresume.org/schema/
npm install
- Edit
src/resume/data[_zh].json
, fill the content field [PORT=xxx] [HOST=xxx] [PUBLIC_PATH=xxx] npm run dev
,then openlocalhost:3000/public
- Done.
[PORT=xxx] [HOST=xxx] [PUBLIC_PATH=xxx] npm run build
, then go to thedist
dir.
npm run export
, then go to thedownload
dir.
- react
- typescript
- webpack
- puppeteer
- Set http header
content-disposition: attachment
when download PDF, which is not supported by github pages.