Install Jekyll on Windows
Thu, Mar 10, 2016 · 1 minute readwindowsjekyll
How to install Jekyll on Windows
Three steps:
Install Chocolatey
From a command prompt:@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
Install Ruby
choco install ruby -y
Install Jekyll
gem install jekyll