From 665de1e068c9c1cd17418e9fa4e43ca106a4b85a Mon Sep 17 00:00:00 2001 From: Bruno <103858681+EsseLowNitro@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:49:13 -0300 Subject: [PATCH] [docs] specify file exclusion in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff503f2..4c456da 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The actual information present in the website is contained in the `content/` dir Static files, however, do follow directory structure. Any file that Jekyll isn't instructed to ignore and that doesn't contain front matter is treated as a static file and respects its directory placement in the repository. This is the reason why a few otherwise seemingly random files are at the root of the repository: they are static assets and must be located at the root of the website. The rest is lumped under `assets/` and its subdirectories to keep it tidy. -By default, most files not relevant to the generated website are already excluded by default, an an exclusion for this `README.md` file is added in `_config.yaml`. +By default, most files not relevant to the generated website are already excluded by default, and a manual exclusion for this `README.md` file is added in `_config.yaml`. ## Layout