mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
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.
31 lines
469 B
YAML
31 lines
469 B
YAML
theme: minima
|
|
plugins:
|
|
- jekyll-relative-links
|
|
- jekyll-github-metadata
|
|
- jemoji
|
|
|
|
relative_links:
|
|
enabled: true
|
|
collections: true
|
|
|
|
title: "CAPod"
|
|
description: "A companion app for AirPods on Android."
|
|
author: "by Matthias Urhahn"
|
|
|
|
include:
|
|
- PRIVACY_POLICY.md
|
|
- README.md
|
|
- CHANGELOG.md
|
|
exclude:
|
|
- buildSrc
|
|
- gradle/wrapper
|
|
- fastlane
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- crowdin*
|
|
- app
|
|
- app-common
|
|
- app-wear
|
|
- CONTRIBUTING.md
|
|
- CLAUDE.md
|