From 85b9978e05d84886b31f9fabf915fa5a603ecdbe Mon Sep 17 00:00:00 2001 From: Matthias Urhahn Date: Wed, 19 Mar 2025 22:28:41 +0100 Subject: [PATCH] Create _config.yml --- _config.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 00000000..c06e629b --- /dev/null +++ b/_config.yml @@ -0,0 +1,23 @@ +theme: minima +plugins: + - jekyll-relative-links +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