1. Github Page 란?
- HTML, Css, Javascript 등으로 이루어진 Static 호스팅 서비스
- <username>.github.io로 URL 접속 가능
- custom domain 사용 할 수 있음.
- git만 사용할 줄 안다면, 편리하게 사용 가능.
2. Github Page 만들기
- Github에 <username>.github.io Repository를 만들고 해당 Repository에 index.html을 만들면 끝!
1) Github에 가입을 한다.
2) <username>.github.io Repository를 만든다.
3) <username>.github.io Repository에 index.html을 추가해 놓는다.
4) http://<username>.github.io/ URL을 입력하여, 접속한다.
3. Domain 설정 하기
- DNS에서 test.xxxx.xx를 CNAME 설정에 <username>.github.io 를 추가한다.
- test.xxxx.xx을 호출한다. 잘된다. 끝!
'프로그래밍 > 개인프로젝트' 카테고리의 다른 글
[AppStore Viewer] 1. 세팅하기. (0) | 2018.04.17 |
---|---|
텔레그램 봇 활용하기 -1 (0) | 2016.08.23 |