Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Jekyll 创建一个新站点。jekyll serve --watch每次进行更改时,我都使用该命令自动重建站点。
jekyll serve --watch
只要我对现有文件进行更改,这就会很好。但是,如果我添加一个新文件夹,Jekyll 不会注意到它。我已经停止 Jekyll 观看,然后重新启动它以注意新文件夹并将其包含在我的 _site 目录中。
这是预期的行为还是我的设置可能有问题?
我的 Jekyll 也会发生同样的事情。我相信该jekyll serve --watch命令会在当前目录中查找更改,而不是新创建的。