GitHub Pages로 배포할 수 있는 정적 포트폴리오 웹페이지입니다.
index.htmlstyle.cssassets/profile.png
- GitHub에서 새 Repository를 생성합니다.
- 이 폴더 안의 파일을 그대로 업로드합니다.
- Repository의
Settings→Pages로 이동합니다. Build and deployment에서Deploy from a branch를 선택합니다.- Branch를
main, Folder를/root로 선택하고 저장합니다. - 잠시 후
https://깃허브아이디.github.io/레포지토리명/주소로 접속할 수 있습니다.