Gatsby 테마로 GitHub Blog 만들기
1. Repository 생성하기 GitHub에 로그인 후 우측 상단에 있는 New Repository 버튼을 클릭하면 repository 생성하기
github-blog
Import a repository 버튼을 클릭합니다
github-blog-1 생성할 respository 정보 입력하기
github-blog-2 Your old repository’s clone URL에 사용할 gatsby 테마가 있는 repository 주소를 넣기 제 블로그 테마는 https://github.com/zoomKoding/zoomkoding.com입니다. Repository Name을 [GitHubID].github.io로 설정하기 Begin Import 버튼을 클릭하기 최종 repository 생성 결과
github-blog-3 2. Repository 가져오기 및 블로그 배포 준비 Repository에서 초록색 Code 버튼을 클릭하면 링크가 나오게 되는데, 이 링크를 복사하기
github-…