/ JEKYLL

Jekyll 따라하기(1) - Jekyll Setup

Jekyll 따라하기의 목차입니다.

github blog 사용을 위한 Jykell Setup 과정입니다.

  • Reference: https://moon9342.github.io/jekyll-start

  1. Ruby 설치

    https://rubyinstaller.org/downloads/

  2. bundler 설치 및 Local Server 실행

    사용할 폴더 생성

    Jasper2 theme download (http://jekyllthemes.org/themes/jasper2/)

    gem install bundler

    bundle install

    bundle exec jekyll serve

    http://localhost:4000 Local 홈페이지 접속


특이사항은 따로 없었습니다.