From 21f819bf372b1118b7b93d8be9c3c63e8f37189c Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Tue, 14 Feb 2023 15:55:47 +0100 Subject: [PATCH 1/5] Update: Theme --- themes/BioTech | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/BioTech b/themes/BioTech index 0a84126..af34c8a 160000 --- a/themes/BioTech +++ b/themes/BioTech @@ -1 +1 @@ -Subproject commit 0a84126fb07afeb64f2a206a408a3fe31a3dca62 +Subproject commit af34c8adb97a6e4f28a1b9652275e9e0b89fa5f6 From 37fab572a6e3305b9efd153353d10be208c6b087 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Tue, 14 Feb 2023 16:21:57 +0100 Subject: [PATCH 2/5] Update: Theme & Add: config option --- config.yaml | 3 +++ themes/BioTech | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 9b5a96a..ace94c8 100644 --- a/config.yaml +++ b/config.yaml @@ -38,6 +38,9 @@ params: to_top_button: True comments: True + # Set to true to fix some problems if built wih Netlify´s build system + onNetlify: true + # Set how to format the date, eg; "2006-01-02", "Monday, Jan 2, 2006" dateFormat : "2006-01-02" diff --git a/themes/BioTech b/themes/BioTech index af34c8a..980825f 160000 --- a/themes/BioTech +++ b/themes/BioTech @@ -1 +1 @@ -Subproject commit af34c8adb97a6e4f28a1b9652275e9e0b89fa5f6 +Subproject commit 980825f55e92c1e27d4894ba252c90a14f75e355 From 835418cebf7d53574fb64e58bd764b792323051f Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Tue, 14 Feb 2023 18:18:52 +0100 Subject: [PATCH 3/5] Remove: old git submodule --- .gitmodules | 3 +++ themes/Rinkusu | 1 + 2 files changed, 4 insertions(+) create mode 160000 themes/Rinkusu diff --git a/.gitmodules b/.gitmodules index 350e9a1..57b1cad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "themes/BioTech"] path = themes/BioTech url = https://github.com/Aroy-Art/BioTech.git +[submodule "themes/Rinkusu"] + path = themes/Rinkusu + url = https://github.com/Aroy-Art/Rinkusu.git diff --git a/themes/Rinkusu b/themes/Rinkusu new file mode 160000 index 0000000..980825f --- /dev/null +++ b/themes/Rinkusu @@ -0,0 +1 @@ +Subproject commit 980825f55e92c1e27d4894ba252c90a14f75e355 From cdc964e9073ab133c02aacaca043a08ebbc2e896 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Tue, 14 Feb 2023 18:20:54 +0100 Subject: [PATCH 4/5] Revert "Remove: old git submodule" This reverts commit 835418cebf7d53574fb64e58bd764b792323051f. --- .gitmodules | 3 --- themes/Rinkusu | 1 - 2 files changed, 4 deletions(-) delete mode 160000 themes/Rinkusu diff --git a/.gitmodules b/.gitmodules index 57b1cad..350e9a1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,3 @@ [submodule "themes/BioTech"] path = themes/BioTech url = https://github.com/Aroy-Art/BioTech.git -[submodule "themes/Rinkusu"] - path = themes/Rinkusu - url = https://github.com/Aroy-Art/Rinkusu.git diff --git a/themes/Rinkusu b/themes/Rinkusu deleted file mode 160000 index 980825f..0000000 --- a/themes/Rinkusu +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 980825f55e92c1e27d4894ba252c90a14f75e355 From 973528f5c98efd2a52dca96b114f44807ff1d95e Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Tue, 14 Feb 2023 18:23:25 +0100 Subject: [PATCH 5/5] Remove: old git submodule & Add: new --- .gitmodules | 6 +++--- themes/Rinkusu | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 160000 themes/Rinkusu diff --git a/.gitmodules b/.gitmodules index 350e9a1..aec687c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "themes/syna"] path = themes/syna url = https://github.com/okkur/syna.git -[submodule "themes/BioTech"] - path = themes/BioTech - url = https://github.com/Aroy-Art/BioTech.git +[submodule "themes/Rinkusu"] + path = themes/Rinkusu + url = https://github.com/Aroy-Art/Rinkusu.git diff --git a/themes/Rinkusu b/themes/Rinkusu new file mode 160000 index 0000000..980825f --- /dev/null +++ b/themes/Rinkusu @@ -0,0 +1 @@ +Subproject commit 980825f55e92c1e27d4894ba252c90a14f75e355