Install Jekyll on Windows


How to install Jekyll on Windows

Three steps:

  1. 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
  2. Install Ruby choco install ruby -y

  3. Install Jekyll gem install jekyll

Comment on this article using form below. Requires email login only for authentication. HTML forbidden, Markdown only.