Build Jekyll构建删除文件夹,即使在排除之后;关于帖子的警告

Build Jekyll构建删除文件夹,即使在排除之后;关于帖子的警告,build,compiler-errors,jekyll,config,Build,Compiler Errors,Jekyll,Config,我正在尝试在我的输出路径中设置一个文件夹,当我构建或服务Jekyll时,该文件夹不会被删除。根据,我尝试使用keep_文件和exclude将文件夹名称添加到我的_config.yml中,如下所示: exclude: ["LICENSE", "README.md", "CONTRIBUTING", "CONTRIBUTORS", "scripts", stuff] keep_files: [stuf

我正在尝试在我的输出路径中设置一个文件夹,当我构建或服务Jekyll时,该文件夹不会被删除。根据,我尝试使用keep_文件和exclude将文件夹名称添加到我的_config.yml中,如下所示:

exclude: ["LICENSE", "README.md", "CONTRIBUTING", "CONTRIBUTORS", "scripts", stuff]
keep_files: [stuff]
我也尝试过用引号引东西,但只要我的配置中有这些东西,出于某种原因,尝试构建就会不断为我的每个帖子抛出构建警告

$ Jekyll Build
Configuration file: none
            Source: /home/egrodo/noahyamamoto.com/_posts
       Destination: /home/egrodo/noahyamamoto.com/_posts/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
     Build Warning: Layout 'post' requested in 2015-06-12-timeline-tutorial.md does not exist.
     Build Warning: Layout 'post' requested in 2015-06-19-writing-posts.md does not exist.
     Build Warning: Layout 'post' requested in 2015-06-20-blog-tutorial.md does not exist.
     Build Warning: Layout 'post' requested in 2015-06-25-initial-setup.md does not exist.
     Build Warning: Layout 'post' requested in 2017-03-29-synonym.md does not exist.
                    done in 0.068 seconds.
 Auto-regeneration: enabled for '/home/egrodo/noahyamamoto.com/_posts'
Configuration file: none
    Server address: http://127.0.0.1:4000/
  Server running... press ctrl-c to stop.
之后,我指定的“stuff”文件夹仍然存在,但网站尚未建立


任何帮助都将不胜感激

嗯,不确定发生了什么,但我编辑了一个不相关的部分,错误消失了,我能够成功构建,同时保留了stuff文件夹。我不确定这个。我会把这个放在这里,以防任何人有任何可靠的信息