mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user