- minimal-mistakes 테마를 사용했다.
- 블로그 방문: https://blog.ddoong2.com
bundle exec jekyll serve --watch
bundle update
- rbenv 설치
brew install rbenv
- Ruby 목록 확인
rbenv install -l
- 최신버전 install
rbenv install {루비 버전}
- 해당 로컬에서만 루비 적용
rbenv local {루비 버전}
Gemfile.lock
삭제bundle update
명령어 실행bundle exec jekyll serve --watch