Simple-resume은 React+Gatsby와 yaml을 통해 편리하고 빠르게 이력서를 작성 할 수 있습니다.
$ git clone https://github.com/suites/simple-resume.git
$ cd simple-resume
$ yarn install
- 프로젝트를 clone합니다.
$ git clone https://github.com/suites/simple-resume.git
- simple-resume 폴더로 이동합니다.
cd simple-resume
- yarn을 통해 package를 설치합니다.
yarn install
$ npm run start
- run your program, go to http://localhost:8000
-
static/resumes/john-doe.yaml 파일을 복사하여 새로운 profile.yaml을 작성합니다.
-
gatsby-config.js 에서 해당 코드의 path부분을 본인의 yaml 파일로 지정합니다.
-
`gatsby-transformer-yaml`, { resolve: `gatsby-source-filesystem`, options: { path: `./static/resumes/resume.yaml`, }, },
-
http://localhost:8000 에서 이력서를 확인할 수 있습니다.
- simple-resume https://simple-resume-john-doe.netlify.com/
This is an open source product, please feel free to fork and make pull requests!
Any suggestions are welcomed!
This project is licensed under the MIT License - see the LICENSE file for details