From d9d7f89cfc5fa657c837759fa0bfd22327f3df47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Tue, 22 Oct 2024 15:52:50 +0100 Subject: [PATCH] [PM-13674] Update GH Page Theme (#92) * Remove title from README * Update theme to support light / dark and add github link * Set markdown processor to GFM - might fix the table rendering --- README.md | 2 -- _config.yml | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54d46c7..39f8ecb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# Bitwarden F-Droid Repository -

F-Droid repo url button diff --git a/_config.yml b/_config.yml index de85b01..42ed268 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,9 @@ # jekyll config file for GH Page title: Bitwarden F-Droid Repository logo: fdroid/repo/com.x8bit.bitwarden/en-US/icon.png +markdown: GFM theme: minima +minima: + skin: auto +social_links: + - { platform: github, user_url: "https://github.com/bitwarden/f-droid" }