github 블로그 생성 방법 1단계
github 블로그 생성하는 법
1. github 에서 repository 생성
{username}.github.io 로 repository 생성
2. index.html 과 README.md 생성
- README.md 는 repository 생성할 때 체크해서 생성하면 편하다.
- index.html 에는 일단 hello world 만 내용 넣어주자.
3. {username}.github.io 들어가서 확인하기
위와 같은 내용이 나오면 성공
이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.