❯ bundle exec jekyll serve
[!] There was an error parsing `Gemfile`: There are no gemspecs at /{ repo }. Bundler cannot continue.
# from /{ repo }/Gemfile:2
# -------------------------------------------
# source "https://rubygems.org"
> gemspec
# -------------------------------------------
source "https://rubygems.org"
gem "jekyll"
gem "minimal-mistakes-jekyll"
group :jekyll_plugins do
end
# 하단 내용 추가 or remote_theme setting 주석제거
remote_theme: minimal-mistakes-jekyll
$ bundle update
$ bundle install
$ bundle exec jekyll serve