Right now I have to be in the directory I want to serve to run "jekyll serve". Is there any way to be in another directory and point to the directory I want to serve from? Something like:
jekyll serve --dir=anotherFolder
Found it :)
jekyll serve --source src --destination dist
This will build from the src folder into the dist folder and serve from there.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With