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.
() { if (jQuery(this).scrollTop() > offset) { jQuery('.back-to-top').fadeIn(duration); } else { jQuery('.back-to-top').fadeOut(duration); } }); jQuery('.back-to-top').click(function(event) { event.preventDefault(); jQuery('html, body').animate({scrollTop: 0}, duration); return false; }) });