Steps to install jekyll on windows
09 August 2014
- Install ruby
- Download ruby installer and DevKit-mingw
- Install ruby and set enviroment path
- Extract Dev-kit-mingw, edit config.yaml, add ruby install path;
- then open and cmd window,enter the following commands
chdir --Path where you extract: D:/devkit--ruby dk.rb initruby dk.rb install - Download ruby installer and DevKit-mingw
- Install jekyll
- Enter the following code
gem install jekyll -Vjekyll new my-awesome-sitecd my-awesome-sitejekyll serve
blog comments powered by Disqus