Windows:
Tested with: Oracle VM 5.0.14, Vagrant 1.8.1
The basic usage is described here jekyllrb.com. This section here is just a short instruction.
Command:
sudo jekyll serve --source <source> --destination <destination> --config <config> --host 0.0.0.0 --port <port> --watch --force_polling
It might occur that stoping the previous command via CTRL+C does not work properly, in this case just open another console and use the following command.
sudo kill -9 $(ps opid= -C jekyll)
This project is contributed under the Apache License see the LICENSE file for further information.