- Ruby version-2.0 or higher (link)
- Ruby Development Kit (link)
- Jekyll plugin version-3.0 or higher
- 7-zip
- Download and install Ruby executable from the link given above.
- Download Ruby Development kit from the link given above.
- Extract Ruby Development kit in default working folder.
- Open command prompt and navigate to the folder you extracted the Devkit into.
cd C:\Users\User-name\specified_folder
- To detect Ruby installations and add them to Configuration file,use following command.
ruby dk.rb init
- To install Devkit,bind it to current ruby Installation using following command.
ruby dk.rb install
- To install Jekyll plugin using ruby Gem installer type following command.
gem install jekyll
- To start jekyll server.
jekyll serve
- Open browser and type following link for Preview.
http://127.0.0.1:4000