simple-resume icon indicating copy to clipboard operation
simple-resume copied to clipboard

๐Ÿค๏ธ simple-resume

๐Ÿค๏ธ 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
  • run your program, go to http://localhost:8000
  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