How to install Jekyll on windows

  • Download and install latest version RubyInstaller.
  • Run gem install bundler jekyll command in console (download Console Emulator).
  • Run Jekyll jekyll serve --watch --baseurl "" in the project folder.