Run Jekyll server not just locally
Thanks to the answer from stackoverflow
$ jekyll serve --host=0.0.0.0
[...]
Server address: http://0.0.0.0:4000/
Server running... press ctrl-c to stop.
Written on April 25, 2018
Thanks to the answer from stackoverflow
$ jekyll serve --host=0.0.0.0
[...]
Server address: http://0.0.0.0:4000/
Server running... press ctrl-c to stop.