Note: I have stopped maintaince on this project. I currenlty use Docker to develop jekyll projects locally. You can find more about running jekyll with Docker at http://www.jamessturtevant.com/posts/Running-Jekyll-in-Windows-using-Docker/
Environment for developing jekyll projects locally. Blog post at http://www.jamessturtevant.com/posts/running-jekyll-in-windows/
vagrant up
vagrant ssh
cd /vagrant/<YourProjectFolder>
jekyll serve --force_polling
(force polling is required with vagrant because of share)vagrant ssh
cd /vagrant
jekyll new <sitename>
jekyll serve --force_polling
(force polling is required with vagrant because of share)