I have a local server up using jekyll serve. When I add a new collections (I update the _config.yml and create a corresponding directory), it’s not automatically served. I checked the _site directory and it contains no subdirectory for the newly added collection.
However, if I run jekyll build, the _site directory contains the subdirectory for the collection.
Is this expected behavior where adding a new collection requires a build step for local server to pick it up?
I am using jekyll 4.0.1. Please let me know if you need more information.
Hi @ckruse! Thanks for your answer!
It makes sense now! Just restarting the local server also works, jekyll build is not required for serving content locally.