Jekyll server

bundle exec jekyll server start a server on localhost.

bundle exec jekyll server --host=0.0.0.0 will make jekyll server accessible for other devices/mobile on same network.

ifconfig en0 | grep "inet " to check localhost’s ip address

Resources:

other’s github pages blogs about jekyll server