mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
29 lines
442 B
YAML
29 lines
442 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
|
|
- CONTRIBUTING.md
|