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
Open terminal, go to the Jekyll site directory and start the server
jekyll serve --port 4001
Go to another directory and start the second site
jekyll serve --port 4002