diff --git a/.wordpress/blueprint.json b/.wordpress/blueprint.json index 70d7c53..f220b1b 100644 --- a/.wordpress/blueprint.json +++ b/.wordpress/blueprint.json @@ -1,15 +1,46 @@ { - "steps": [ - { - "step": "installTheme", - "themeData": { - "resource": "url", - "url": "https://github-proxy.com/proxy/?repo=mkwpde/tsv1913&branch=master" - }, - "options": { - "activate": true - } - } - ] + "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "meta": { + "title": "TSV 1913 Harreshausen", + "description": "Preview theme with WordPress playground", + "author": "MKWP", + "categories": ["Site"] + }, + "preferredVersions": { + "php": "8.3", + "wp": "6.7" + }, + "steps": [ + { + "step": "resetData" + }, + { + "step": "installTheme", + "themeData": { + "resource": "url", + "url": "https://github-proxy.com/proxy/?repo=mkwpde/tsv1913&branch=blueprint" + }, + "options": { + "activate": true, + "importStarterContent": true + } + }, + { + "step": "setSiteOptions", + "options": { + "blogname": "TSV 1913 Harreshausen", + "blogdescription": "Kameradschaft und Sport, bei uns ein Wort" + } + }, + { + "step": "installPlugin", + "pluginZipFile": { + "resource": "wordpress.org/plugins", + "slug": "twentig" + }, + "options": { + "activate": true + } + } + ] } - diff --git a/README.md b/README.md index 5186155..417197e 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,5 @@ 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