less than 1 minute read

github를 사용한 블로그를 개설하고 글 작성을 위해 PC에서 clone을 설치하였다.

설치

  • WSL에 ruby를 설치
    • 웹 자료를 참고함
  • gem을 통해 jekyll 및 bundler 설치
gem install jekyll bundler

실행

bundle exec jekyll serve

Categories:

Updated: