Jekyll 따라하기(1) - Jekyll Setup
Jekyll 따라하기의 목차입니다.
- Jekyll 따라하기(0) - Jekyll Start
- Jekyll 따라하기(1) - Jekyll Setup
- Jekyll 따라하기(2) - Jekyll Modify and Publish
- Jekyll 따라하기(3) - Jekyll Web Font
- Jekyll 따라하기(4) - Highlighting with rouge
- Jekyll 따라하기(5) - Search function with lunr.js
- Jekyll 따라하기(6) - Google Search Console
- Jekyll 따라하기(7) - GitHub Gist
- Jekyll 따라하기(8) - Travis CI
github blog 사용을 위한 Jykell Setup 과정입니다.
- Reference: https://moon9342.github.io/jekyll-start
-
Ruby 설치
https://rubyinstaller.org/downloads/
-
bundler 설치 및 Local Server 실행
사용할 폴더 생성
Jasper2 theme download (http://jekyllthemes.org/themes/jasper2/)
gem install bundler
bundle install
bundle exec jekyll serve
http://localhost:4000 Local 홈페이지 접속
특이사항은 따로 없었습니다.