~1 min read

Categories

저장소 생성

💡 선행 과제
github 계정 생성

1. repositories → new

image-center

2. Create a new repository 페이지 내에서 블로그 저장소 생성

image-center

  • Repository name = {블로그 명칭}.github.io
    블로그 주소는 {Owver}.github.io/{Repository name}으로 생성된다
    예) https://jungdohee.github.io/blogName.github.io
    # 블로그 명칭은 도메인 규칙에 맞게 적용해야 하며, 규칙에 맞지 않는 경우 해당 url로 접속이 불가능함
  • Public = 모든 사람에게 공개
  • Create repository

 

3. 저장소 환경설정

  • Settings → Pages → Branch 영역이 main으로 설정되었는지 확인
    Custom domain 을 설정하면 블로그 주소를 원하는 url로 적용 가능함 image-center