mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
After moving Gemfile/Gemfile.lock to fastlane/, the - Gemfile / - Gemfile.lock entries in _config.yml's exclude list are no-ops; the parent fastlane exclude already covers everything inside. .gitignore picks up _site/, .jekyll-cache/, vendor/bundle/ so local Jekyll runs don't leave tracked artifacts.
27 lines
413 B
YAML
27 lines
413 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
|
|
- crowdin*
|
|
- app
|
|
- app-common
|
|
- CONTRIBUTING.md
|