参考官方文档:http://jekyll-windows.juthilo.com/1-ruby-and-devkit/
安装 Ruby 和 the Ruby DevKit
- 安装 ruby(记住勾添加系统环境变量)
- 安装 the Ruby DevKit
- 解压到你想要的目录
- 切换到目录执行以下命令
ruby dk.rb init
ruby dk.rb install
- gem install jekyll
- 在命令行中执行
gem install jekyll
- 在命令行中执行
注:这一步可能会出现很多问题。
- 407 Proxy Authentication Required
不知道是不是公司原因,一直报这个错。可以试试gem install jekyll -p http://username:password@ipaddress:port- 源切换问题
gem sources --remove https://rubygems.org/
gem sources -a http://gems.ruby-china.org/- ssl证书问题
参考 https://gist.github.com/fnichol/867550
建议手动下载证书添加环境变量
网友评论