From 1dc670b02e642f1a2fa4c6bf0902923deac70b47 Mon Sep 17 00:00:00 2001 From: Hoe Jiun Tian Date: Thu, 13 Mar 2025 22:06:51 +0800 Subject: [PATCH] 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`. --- CUSTOMIZE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CUSTOMIZE.md b/CUSTOMIZE.md index d5ba948..ce40b6a 100644 --- a/CUSTOMIZE.md +++ b/CUSTOMIZE.md @@ -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/