Gatsby를 사용하여 온라인 이력서 만들기
데모 확인https://donvito-gatsby-resume-starter.netlify.com
🚀 빠른 시작
돈비토 / 돈비토-개츠비-이력서-스타터
온라인 이력서 작성을 위한 개츠비 스타터.
온라인 이력서 - Gatsby Starter
이것은 온라인 이력서를 작성하는 개츠비 스타터입니다. 테마로 Material UI을 사용합니다.
데모 확인https://donvito-gatsby-resume-starter.netlify.com
🚀 빠른 시작
이력서에 입력할 데이터 편집
다음 파일을 편집할 수 있습니다.
src/data/summary.json
: 이 데이터 파일은 요약 섹션을 채우는 데 사용됩니다.src/data/contact.json
: 이 데이터 파일은 연락처 섹션을 채우는 데 사용됩니다.src/data/experience.json
: 이 데이터 파일은 경험 섹션을 채우는 데 사용됩니다.src/data/skill.json
: 이 데이터 파일은 기술 섹션을 채우는 데 사용됩니다.개발을 시작하십시오.
새 사이트의 디렉토리로 이동하여 시작하십시오.
cd donvito-gatsby-resume-starter/
gatsby develop
Open the source code and start editing!
Your site is now running at http://localhost:8000
!
Note: You'll also see a second link: http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data. Learn more about using this…
-
Add the data to be populated for your resume
Edit the following files:
-
src/data/summary.json
: This data file is used to populate the Summary section. -
src/data/contact.json
: This data file is used to populate the Contact section. -
src/data/experience.json
: This data file is used to populate the Experience section. -
src/data/skill.json
: This data file is used to populate the Skills section.
-
-
Start the site.
Navigate into your new site’s directory and start it up.
cd donvito-gatsby-resume-starter/ gatsby develop
사이트에 접속하세요!
귀하의 사이트는 현재http://localhost:8000
에서 실행 중입니다!
참고: 두 번째 링크인 _` http://localhost:8000/ _graphql`도 표시됩니다. 이것은 데이터 쿼리를 실험하는 데 사용할 수 있는 도구입니다. Gatsby tutorial ._에서 이 도구 사용에 대해 자세히 알아보십시오.
선택한 코드 편집기에서donvito-gatsby-resume-starter
디렉토리를 열고src/pages/index.js
를 편집합니다. 변경 사항을 저장하면 브라우저가 실시간으로 업데이트됩니다!
💫 Netlify에 샘플 배포
Reference
이 문제에 관하여(Gatsby를 사용하여 온라인 이력서 만들기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/donvitocodes/gatsby-starter-to-create-an-online-resume-3g32텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)