Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 363 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 363 Bytes

Setup

bundle install

Running

bundle exec jekyll serve -H 0.0.0.0 -l

If jekyll is loading files from a vagrant machine on a shared folder then live reload alone will not work. Force jekyll to poll the file system for changes with the following options:

bundle exec jekyll serve -H 0.0.0.0 -l --watch --force_polling