jekyll-machine

jekyll-machine

A VirtualBox & vagrant machine with Jekyll.

jekyll-machine (Oracle VM + Vagrant)

Software required to be installed before

Windows:

Tested with: Oracle VM 5.0.14, Vagrant 1.8.1

Cookbooks

Starting Jekyll

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

Stoping Jekyll

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.