Home > Tutorial > Github tutorial > Github Blog 작성하기 Tutorial

Github Blog 작성하기 Tutorial

Github Blog 생성하기


  1. 계정이름.github.io으로 repo 만들기.
  2. 해당 repo를 clone하여 로컬에서 작업하기
  3. 해당 로컬 내에서 html 문서를 작성하기
  4. Commit & Push하기
  5. https://username.github.io. 으로 접속하여 블로그가 잘 생성되었는지 확인하기

영어 메뉴얼 링크 : https://github.io/

탬플릿 활용하기


  1. 탬플릿 링크 접속하기 : http://jekyllthemes.org/
  2. 해당 탬플릿을 Download 혹은 git clone후 local repo에 복사 붙여넣기
  3. 해당 탬플릿의 메뉴얼을 기반으로 blog 수정하기.

example