Github io 블로그 운영을 위한 Ruby설치 방법
참고 사이트
Ruby 설치
Download Site : https://rubyinstaller.org/downloads/archives/
3.1.3 (x64) 를 받았다.
설치 후 버전확인
ruby -v
jekyll, 관련 bundler 설치
gem install jekyll bundler
bundler install
실행
bundle exec jekyll serve
Download Site : https://rubyinstaller.org/downloads/archives/
3.1.3 (x64) 를 받았다.
ruby -v
gem install jekyll bundler
bundler install
bundle exec jekyll serve