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:
Hoe Jiun Tian 2025-03-13 22:06:51 +08:00 committed by GitHub
parent 9e837d6d0e
commit 1dc670b02e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,10 +163,10 @@ Depending on your specified footer behavior, the sign up form either will appear
## 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
excludes:
exclude:
- _news/announcement_*.md
- _pages/blog.md
- _posts/