From 7da783ea5b17826eac5aea68757fe519b336fd47 Mon Sep 17 00:00:00 2001 From: Micha Krapp Date: Wed, 15 Jan 2025 13:11:12 +0100 Subject: [PATCH 01/13] Update blueprint.json --- .wordpress/blueprint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.wordpress/blueprint.json b/.wordpress/blueprint.json index 70d7c53..cba6298 100644 --- a/.wordpress/blueprint.json +++ b/.wordpress/blueprint.json @@ -4,10 +4,10 @@ "step": "installTheme", "themeData": { "resource": "url", - "url": "https://github-proxy.com/proxy/?repo=mkwpde/tsv1913&branch=master" + "url": "https://github-proxy.com/proxy/?repo=mkwpde/tsv1913&branch=blueprint" }, "options": { - "activate": true + "activate": false } } ] From 9e47471bdeb43e57f959b1a03518c49a21d06c35 Mon Sep 17 00:00:00 2001 From: Micha Krapp Date: Wed, 15 Jan 2025 13:11:52 +0100 Subject: [PATCH 02/13] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5186155..fbd9345 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,7 @@ https://playground.wordpress.net/ ?blueprint-url=https://raw.githubusercontent.com/ mkwpde/tsv1913/refs/heads//.wordpress/blueprint.json ``` + +https://playground.wordpress.net/ +?blueprint-url=https://raw.githubusercontent.com/ +mkwpde/tsv1913/refs/heads/blueprint/.wordpress/blueprint.json From bd3cf84c3f01c3664c1b84e9a0549fac6ebe9894 Mon Sep 17 00:00:00 2001 From: Micha Krapp Date: Wed, 15 Jan 2025 13:12:17 +0100 Subject: [PATCH 03/13] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fbd9345..417197e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,4 @@ https://playground.wordpress.net/ mkwpde/tsv1913/refs/heads//.wordpress/blueprint.json ``` -https://playground.wordpress.net/ -?blueprint-url=https://raw.githubusercontent.com/ -mkwpde/tsv1913/refs/heads/blueprint/.wordpress/blueprint.json +https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/mkwpde/tsv1913/refs/heads/blueprint/.wordpress/blueprint.json From 6bc795b5711027d94c1f07babd59b1ab5b318d73 Mon Sep 17 00:00:00 2001 From: Micha Krapp Date: Wed, 15 Jan 2025 13:13:13 +0100 Subject: [PATCH 04/13] Update blueprint.json --- .wordpress/blueprint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.wordpress/blueprint.json b/.wordpress/blueprint.json index cba6298..223344b 100644 --- a/.wordpress/blueprint.json +++ b/.wordpress/blueprint.json @@ -7,7 +7,7 @@ "url": "https://github-proxy.com/proxy/?repo=mkwpde/tsv1913&branch=blueprint" }, "options": { - "activate": false + "activate": true } } ] From e393bccd963418205c2c4bf0ac94207b5a5421f2 Mon Sep 17 00:00:00 2001 From: Micha Krapp Date: Wed, 15 Jan 2025 13:15:51 +0100 Subject: [PATCH 05/13] Update blueprint.json add meta --- .wordpress/blueprint.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.wordpress/blueprint.json b/.wordpress/blueprint.json index 223344b..a1dbc90 100644 --- a/.wordpress/blueprint.json +++ b/.wordpress/blueprint.json @@ -1,4 +1,15 @@ { + "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "meta": { + "title": "TSV 1913 Harreshausen", + "description": "Block theme for tsv1913.de", + "author": "MKWP", + "categories": ["Site"] + }, + "preferredVersions": { + "php": "8.3", + "wp": "6.7" + }, "steps": [ { "step": "installTheme", From 23a3d839541412189d6bd925f5130b99b90b0b19 Mon Sep 17 00:00:00 2001 From: Micha Krapp Date: Wed, 15 Jan 2025 13:19:44 +0100 Subject: [PATCH 06/13] Update blueprint.json --- .wordpress/blueprint.json | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/.wordpress/blueprint.json b/.wordpress/blueprint.json index a1dbc90..c0a5362 100644 --- a/.wordpress/blueprint.json +++ b/.wordpress/blueprint.json @@ -1,5 +1,5 @@ { - "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "$schema": "https://playground.wordpress.net/blueprint-schema.json", "meta": { "title": "TSV 1913 Harreshausen", "description": "Block theme for tsv1913.de", @@ -10,17 +10,16 @@ "php": "8.3", "wp": "6.7" }, - "steps": [ - { - "step": "installTheme", - "themeData": { - "resource": "url", - "url": "https://github-proxy.com/proxy/?repo=mkwpde/tsv1913&branch=blueprint" - }, - "options": { - "activate": true - } - } - ] + "steps": [ + { + "step": "installTheme", + "themeData": { + "resource": "url", + "url": "https://github-proxy.com/proxy/?repo=mkwpde/tsv1913&branch=blueprint" + }, + "options": { + "activate": true + } + } + ] } - From 5e8881bc29dd5021ccb07634e11189d727a299a2 Mon Sep 17 00:00:00 2001 From: Micha Krapp Date: Wed, 15 Jan 2025 13:21:19 +0100 Subject: [PATCH 07/13] Update blueprint.json --- .wordpress/blueprint.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.wordpress/blueprint.json b/.wordpress/blueprint.json index c0a5362..daba949 100644 --- a/.wordpress/blueprint.json +++ b/.wordpress/blueprint.json @@ -20,6 +20,12 @@ "options": { "activate": true } + }, + { + "step": "setSiteOptions", + "options": { + "blogname": "TSV 1913 Harreshausen" + } } ] } From e8fac388abb0847de4a6f91e0ec635623d0724cb Mon Sep 17 00:00:00 2001 From: Micha Krapp Date: Wed, 15 Jan 2025 13:25:02 +0100 Subject: [PATCH 08/13] Update blueprint.json --- .wordpress/blueprint.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.wordpress/blueprint.json b/.wordpress/blueprint.json index daba949..9fea4e5 100644 --- a/.wordpress/blueprint.json +++ b/.wordpress/blueprint.json @@ -11,6 +11,9 @@ "wp": "6.7" }, "steps": [ + { + "step": "resetData" + }, { "step": "installTheme", "themeData": { From 6ed802349e20e97be63a2a20ea29586df3b759ca Mon Sep 17 00:00:00 2001 From: Micha Krapp Date: Wed, 15 Jan 2025 13:26:17 +0100 Subject: [PATCH 09/13] Update blueprint.json --- .wordpress/blueprint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.wordpress/blueprint.json b/.wordpress/blueprint.json index 9fea4e5..ee29b80 100644 --- a/.wordpress/blueprint.json +++ b/.wordpress/blueprint.json @@ -27,7 +27,8 @@ { "step": "setSiteOptions", "options": { - "blogname": "TSV 1913 Harreshausen" + "blogname": "TSV 1913 Harreshausen", + "blogdescription": "Kameradschaft und Sport, bei uns ein Wort" } } ] From 90eabe344281fed2472dd85e73231775bacc3d40 Mon Sep 17 00:00:00 2001 From: Micha Krapp Date: Wed, 15 Jan 2025 13:32:15 +0100 Subject: [PATCH 10/13] Update blueprint.json - add plugin --- .wordpress/blueprint.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.wordpress/blueprint.json b/.wordpress/blueprint.json index ee29b80..8f1709c 100644 --- a/.wordpress/blueprint.json +++ b/.wordpress/blueprint.json @@ -30,6 +30,16 @@ "blogname": "TSV 1913 Harreshausen", "blogdescription": "Kameradschaft und Sport, bei uns ein Wort" } - } + }, + { + "step": "installPlugin", + "pluginZipFile": { + "resource": "wordpress.org/plugins", + "slug": "twentig" + }, + "options": { + "activate": true + } + }, ] } From 67b931a2593ff429487e7864fdc348cb4e31a103 Mon Sep 17 00:00:00 2001 From: Micha Krapp Date: Wed, 15 Jan 2025 13:37:28 +0100 Subject: [PATCH 11/13] fix blueprint.json --- .wordpress/blueprint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.wordpress/blueprint.json b/.wordpress/blueprint.json index 8f1709c..badc0b7 100644 --- a/.wordpress/blueprint.json +++ b/.wordpress/blueprint.json @@ -40,6 +40,6 @@ "options": { "activate": true } - }, + } ] } From bb9e1ebe7c09b5fc748e43bb715174150fc7d504 Mon Sep 17 00:00:00 2001 From: Micha Krapp Date: Wed, 15 Jan 2025 13:47:35 +0100 Subject: [PATCH 12/13] Update blueprint.json - importStarterContent --- .wordpress/blueprint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.wordpress/blueprint.json b/.wordpress/blueprint.json index badc0b7..0b34d9c 100644 --- a/.wordpress/blueprint.json +++ b/.wordpress/blueprint.json @@ -21,7 +21,8 @@ "url": "https://github-proxy.com/proxy/?repo=mkwpde/tsv1913&branch=blueprint" }, "options": { - "activate": true + "activate": true, + "importStarterContent": true } }, { From b4c21ab5c2fc8eff3fc9cc05d8fa7227c113183b Mon Sep 17 00:00:00 2001 From: Micha Krapp Date: Wed, 15 Jan 2025 14:06:36 +0100 Subject: [PATCH 13/13] Update blueprint.json description --- .wordpress/blueprint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.wordpress/blueprint.json b/.wordpress/blueprint.json index 0b34d9c..f220b1b 100644 --- a/.wordpress/blueprint.json +++ b/.wordpress/blueprint.json @@ -2,7 +2,7 @@ "$schema": "https://playground.wordpress.net/blueprint-schema.json", "meta": { "title": "TSV 1913 Harreshausen", - "description": "Block theme for tsv1913.de", + "description": "Preview theme with WordPress playground", "author": "MKWP", "categories": ["Site"] },