Skip to content

Commit 1dc670b

Browse files
authored
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`.
1 parent 9e837d6 commit 1dc670b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CUSTOMIZE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ Depending on your specified footer behavior, the sign up form either will appear
163163

164164
## Removing content
165165

166-
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:
166+
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:
167167

168168
```yml
169-
excludes:
169+
exclude:
170170
- _news/announcement_*.md
171171
- _pages/blog.md
172172
- _posts/

0 commit comments

Comments
 (0)