How to tell Jekyll to serve in the local network
The default $ jekyll serve
just serves the local computer.
To serve in the Local network you have to add:
$ jekyll serve --host 0.0.0.0
Written on 7 December 2016
Linux and FOSS enthusiast
The default $ jekyll serve
just serves the local computer.
To serve in the Local network you have to add:
$ jekyll serve --host 0.0.0.0