https://jekyllrb.com/docs/ https://jekyllrb.com/docs/installation/ https://jekyllrb.com/docs/installation/windows/

Ruby

第 1 步,下载 RubyInstaller,使用默认选项安装:

https://rubyinstaller.org/downloads/

安装 rubyinstaller-devkit-3.2.4-1-x64.exe 成功,但是安装 rubyinstaller-devkit-3.3.4-1-x64.exe 不成功

第 2 步,在安装结束时,进行 ridk install 的步骤:

查看 Ruby 版本:

ruby -v

查看 RubyGems 版本:

gem -v

第 3 步,启动新的 CMD 窗口,输入命令:

gem install jekyll bundler

第 4 步,检查 Jekyll 是否安装成功:

jekyll -v

查看 Bundle 版本:

bundle -v