Fix typo in CUSTOMIZE.md (#3070)
`excludes` should be `exclude`. `excludes` with `s` does not work with `_config.yml`, which itself uses `exclude` and `include`.
This commit is contained in:
parent
9e837d6d0e
commit
1dc670b02e
@ -163,10 +163,10 @@ Depending on your specified footer behavior, the sign up form either will appear
|
|||||||
|
|
||||||
## Removing content
|
## Removing content
|
||||||
|
|
||||||
Since this template have a lot of content, you may want to remove some of it. The easiest way to achieve this and avoid merge conflicts when updating your code (as [pointed by CheariX ](https://github.com/alshedivat/al-folio/pull/2933#issuecomment-2571271117)) is to add the unwanted files to the `excludes` section in your `_config.yml` file instead of actually deleting them, for example:
|
Since this template have a lot of content, you may want to remove some of it. The easiest way to achieve this and avoid merge conflicts when updating your code (as [pointed by CheariX ](https://github.com/alshedivat/al-folio/pull/2933#issuecomment-2571271117)) is to add the unwanted files to the `exclude` section in your `_config.yml` file instead of actually deleting them, for example:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
excludes:
|
exclude:
|
||||||
- _news/announcement_*.md
|
- _news/announcement_*.md
|
||||||
- _pages/blog.md
|
- _pages/blog.md
|
||||||
- _posts/
|
- _posts/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user