Skip to content

suites/simple-resume

Repository files navigation

🐤️ Simple-resume

Simple-resume is released under the MIT license.

Overview

Simple-resume은 React+Gatsby와 yaml을 통해 편리하고 빠르게 이력서를 작성 할 수 있습니다.

Installation

$ git clone https://github.com/suites/simple-resume.git
$ cd simple-resume
$ yarn install
  1. 프로젝트를 clone합니다.
$ git clone https://github.com/suites/simple-resume.git
  1. simple-resume 폴더로 이동합니다. cd simple-resume
  2. yarn을 통해 package를 설치합니다. yarn install

How to use

$ npm run start
  1. static/resumes/john-doe.yaml 파일을 복사하여 새로운 profile.yaml을 작성합니다.

  2. gatsby-config.js 에서 해당 코드의 path부분을 본인의 yaml 파일로 지정합니다.

  3.     `gatsby-transformer-yaml`,
        {
          resolve: `gatsby-source-filesystem`,
          options: {
            path: `./static/resumes/resume.yaml`,
          },
        },
  4. http://localhost:8000 에서 이력서를 확인할 수 있습니다.

Demo

Contributing

This is an open source product, please feel free to fork and make pull requests!

Any suggestions are welcomed!

Authors

yoon.homme

License

This project is licensed under the MIT License - see the LICENSE file for details