Skip to content

soakit/soakit.github.com

Repository files navigation

blog

Windows环境运行步骤

  1. 安装Ruby和DevKit(从 https://rubyinstaller.org/downloads/ 下载)

  2. 安装bundler

gem install bundler
  1. 安装依赖
bundle install
  1. 运行服务
bundle exec jekyll serve

Mac环境运行步骤

  1. sudo gem install bundler

  2. sudo bundle install

  3. jekyll serve

出错

下载速度慢

可以先切换到Ruby China的源:

gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/

清理并重新安装依赖

rm Gemfile.lock
bundle install

About

blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •