Motivation
Currently in the Configuration Options | Jekyll • Simple, blog-aware, static sites documentation there's no mention of the support of File::Fnmatch filename glob matching.
One has to dig into this issue and this pull request to learn the implementation details, we should add proper documentation to avoid these hoops.
Suggestion
Edit jekyll/docs/_data/config_options/global.yml at master · jekyll/jekyll and add the description to the related options.
It should also mention that to exclude a filename(pattern) in all depths the exclude config option should be set in the following fashion:
exclude:
- README.md
- '**/README.md'
Motivation
Currently in the Configuration Options | Jekyll • Simple, blog-aware, static sites documentation there's no mention of the support of File::Fnmatch filename glob matching.
One has to dig into this issue and this pull request to learn the implementation details, we should add proper documentation to avoid these hoops.
Suggestion
Edit jekyll/docs/_data/config_options/global.yml at master · jekyll/jekyll and add the description to the related options.
It should also mention that to exclude a filename(pattern) in all depths the exclude config option should be set in the following fashion: