mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
This commit updates the Jekyll configuration to include `jekyll-github-metadata` and `jemoji` plugins. It also introduces a `CHANGELOG.md` file that automatically generates a formatted changelog page from GitHub releases. The default changelog text for new app versions in Fastlane has also been updated to be more engaging and directly link to the new changelog page.
27 lines
404 B
YAML
27 lines
404 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
|
|
exclude:
|
|
- buildSrc
|
|
- gradle/wrapper
|
|
- fastlane
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- crowdin*
|
|
- app
|
|
- app-common
|
|
- app-wear
|