Install Jekyll on Windows 7
Installation via RubyInstaller RubyInstaller is a self-contained Windows-based installer that includes the Ruby language, an execution environment, important documentation, and more.
Download and Install a package manager version from RubyInstaller Downloads.
Install Jekyll and Bundler via a command prompt window:
gem install jekyll bundler
Check if Jekyll installed properly:
jekyll -v
Jekyll version show as below:
jekyll 3.8.0
Jekyll Layout
NEXTLinux Hacks