Every time I serve a Jekyll site from the command line it is served on port 4000. Two sites can\'t be served on the same port.
Is it possible to serve multiple Jekyll si
For multiple Jekyll sites, I just run this
bundle exec jekyll serve --port
e.g
bundle exec jekyll serve --port 4001