Configure Jekyll include and exclude settings

This commit updates the Jekyll configuration file (`_config.yml`) to:
- Include `README.md` and `CHANGELOG.md` in the site build.
- Exclude `CONTRIBUTING.md` and `CLAUDE.md` from the site build.
This commit is contained in:
darken
2025-08-30 16:44:26 +02:00
parent 0611ec0e08
commit df5389c27e
+4
View File
@@ -14,6 +14,8 @@ author: "by Matthias Urhahn"
include:
- PRIVACY_POLICY.md
- README.md
- CHANGELOG.md
exclude:
- buildSrc
- gradle/wrapper
@@ -24,3 +26,5 @@ exclude:
- app
- app-common
- app-wear
- CONTRIBUTING.md
- CLAUDE.md