아래 포스팅을 따라 하기 전에 Window에 Jekyll 설치하기에 관한 Posting을 읽어보시면 좋을 듯 합니다.
Window에 Jekyll설치하기 : https://nesoy.github.io/articles/2016-12/Install-Jekyll
Jekyll Github에 올리기
1. Github Repository 생성
-
Github아이디.github.io
2. Jekyll Blog 디렉토리에서 Git 명령어
$ git init
$ git add .
$ git commit -m "Initial Commit"
$ git remote add origin "https://github.com/username/username.github.io.git"
$ git push origin
3. 접속해보기
-
http://Github아이디.github.io
Jekyll 테마적용하기
1. Jekyll Theme Site
2. 원하는 Theme 고르기
-
테마 다운로드
3. 압축풀고 Jekyll Github에 올리기
-
위에 과정을 반복한다.
4. 접속해보기
-
http://Github아이디.github.io