Document Exclude behavior, Include overrides and the default exclusion list#9376
Merged
jekyllbot merged 5 commits intojekyll:masterfrom Jun 5, 2023
TomasHubelbauer:tom/9372-document-exclude-include
Merged
Document Exclude behavior, Include overrides and the default exclusion list#9376jekyllbot merged 5 commits intojekyll:masterfrom TomasHubelbauer:tom/9372-document-exclude-include
jekyllbot merged 5 commits intojekyll:masterfrom
TomasHubelbauer:tom/9372-document-exclude-include
Conversation
…n list I've documented the difference between Exclude in Jekyll 3 and Jekyll 4 as well as that Include can override the Exclude entries. The exclusion list is taken from a `_config.yml` as generated via `jekyll new`.
Forgor
TomasHubelbauer
commented
May 30, 2023
| <br /> | ||
| In Jekyll 4, it adds to it instead and Include can be used to override the default exclusion list entries. | ||
| <br /> | ||
| The default exclusions are found in <code>_config.yml</code> as created by <code>jekyll new</code>: |
Contributor
Author
There was a problem hiding this comment.
I've tested this locally and the list here is taken from that _config.yml.
Member
|
@TomasHubelbauer The term "Include" can be ambiguous as to what exactly is being intended — config key |
This is in response to PR feedback raising a potential issue with the prose.
Contributor
Author
|
@ashmaroli great point! I have turned all instances of |
Now that I am referring to the actual names of the configuration options and now the headers in the documentation, I need to switch from title case to lowercase as that's how they are named themselves.
ashmaroli
approved these changes
Jun 5, 2023
Member
|
Thanks @TomasHubelbauer. |
jekyllbot
added a commit
that referenced
this pull request
Jun 5, 2023
github-actions bot
pushed a commit
that referenced
this pull request
Jun 5, 2023
Tomáš Hübelbauer: Document Exclude behavior, Include overrides and the default exclusion list (#9376) Merge pull request 9376
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a 🔦 documentation change.
Summary
I've documented the difference between Exclude in Jekyll 3 and Jekyll 4 as well as the fact that Include can override the Exclude entries.
The exclusion list is taken from a
_config.ymlas generated viajekyll new.Context
Closes #9372.