Auto regeneration is not working with _config.yml?
问题 I installed jekyll and run it from cli: jekyll --server --auto But when I change _config.yml I can't see that my changes where applied and I have to restart server every time. I really need to restart server every time when I change _config.yml ? Or there is some workaround? 回答1: I believe you are correct; that changes to _config.yml always require restarting the server. After all, _config.yml provides options that you can override in the call to Jekyll. So it is unclear how auto should