-
安装Ruby和DevKit(从 https://rubyinstaller.org/downloads/ 下载)
-
安装bundler
gem install bundler- 安装依赖
bundle install
- 运行服务
bundle exec jekyll serve
-
sudo gem install bundler -
sudo bundle install -
jekyll serve
可以先切换到Ruby China的源:
gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/rm Gemfile.lock
bundle install