1 GitHub에서 {username}.github.io
라는 이름으로 저장소를 만들고
2 터미널로 jekyll bundler
를 깐 다음
$ sudo gem install jekyll bundler
3 Step1에서 만든 Git 저장소를 로컬에 clone 하고
4 clone한 저장소 위치에서 터미널을 열어 jekyll 프로젝트를 만들어서 덮어씌운 다음 commit & push 하면 끗
$ jekyll new {project name}
Reference