From 18a1a07c5436be74966aefeb5d4b86bd5e8cf66e Mon Sep 17 00:00:00 2001
From: Aroy-Art <Aroy-Art@pm.me>
Date: Tue, 14 Feb 2023 19:18:47 +0100
Subject: [PATCH 1/3] Remove: old submodule data

---
 themes/BioTech | 1 -
 1 file changed, 1 deletion(-)
 delete mode 160000 themes/BioTech

diff --git a/themes/BioTech b/themes/BioTech
deleted file mode 160000
index 980825f..0000000
--- a/themes/BioTech
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 980825f55e92c1e27d4894ba252c90a14f75e355

From fe0ec4d52dc6f1c0240aa7bfda7bfefa17d439e5 Mon Sep 17 00:00:00 2001
From: Aroy-Art <Aroy-Art@pm.me>
Date: Tue, 14 Feb 2023 19:28:28 +0100
Subject: [PATCH 2/3] Change: theme: Rinkusu

---
 config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.yaml b/config.yaml
index ace94c8..0bff832 100644
--- a/config.yaml
+++ b/config.yaml
@@ -2,7 +2,7 @@
 baseURL: "/"
 languageCode: en-gb
 title: Aroy Art
-theme: BioTech
+theme: Rinkusu
 
 # Add an S on the end of titles
 pluralizeListTitles: False

From 01444f20f202dd81e684a9f20a052f67eeaf5039 Mon Sep 17 00:00:00 2001
From: Aroy-Art <Aroy-Art@pm.me>
Date: Tue, 14 Feb 2023 19:33:25 +0100
Subject: [PATCH 3/3] Remove: --minify from branch-deploy

---
 netlify.toml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/netlify.toml b/netlify.toml
index 618998e..bc86fe5 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,7 +2,6 @@
   publish = "public"
   command = "hugo"
 
-
 [context.production.environment]
   HUGO_VERSION = "v0.108.0"
   HUGO_ENV = "production"
@@ -15,7 +14,7 @@
   HUGO_VERSION = "v0.108.0"
 
 [context.branch-deploy]
-  command = "hugo --minify"
+  command = "hugo"
 
 [context.branch-deploy.environment]
   HUGO_VERSION = "v0.108.0"