diff --git a/blueprint.json b/blueprint.json index a69bd9f..8a379a8 100644 --- a/blueprint.json +++ b/blueprint.json @@ -1,64 +1,64 @@ { - "$schema": "https://playground.wordpress.net/blueprint-schema.json", - "meta": { - "title": "Live demo the Kanso WordPress theme for bloggers.", - "description": "", - "author": "richtabor", - "categories": [ "theme" ] - }, - "landingPage": "/wp-admin/site-editor.php", - "login": true, - "steps": [ - { - "step": "resetData" - }, - { - "step": "writeFile", - "path": "/wordpress/wp-content/mu-plugins/rewrite.php", - "data": "set_permalink_structure('/%postname%/'); $wp_rewrite->flush_rules(); } );" - }, - { - "step": "updateUserMeta", - "meta": { - "admin_color": "modern" - }, - "userId": 1 - }, - { - "step": "updateUserMeta", - "meta": { - "first_name": "Rich", - "last_name": "Tabor" - }, - "userId": 1 - }, - { - "step": "installTheme", - "themeZipFile": { - "resource": "url", - "url": "https://github-proxy.com/proxy/?repo=richtabor/kanso&branch=main" - }, - "options": { - "activate": true - } - }, - { - "step": "importWxr", - "file": { - "resource": "url", - "url": "https://raw.githubusercontent.com/richtabor/kanso/blueprint-content.xml" - } - }, - { - "step": "setSiteOptions", - "options": { - "blogname": "Rich Tabor", - "blogdescription": "Multidisciplinary maker specializing in the intersection of product, design and engineering. Making WordPress.", - "show_on_front": "page", - "page_on_front": 6, - "page_for_posts": 2 - } - } - ], - "plugins": [ "todo-list-block", "markdown-comment-block" ] + "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "meta": { + "title": "Live demo the Kanso WordPress theme for bloggers.", + "description": "", + "author": "richtabor", + "categories": ["theme"] + }, + "landingPage": "/wp-admin/site-editor.php", + "login": true, + "steps": [ + { + "step": "resetData" + }, + { + "step": "writeFile", + "path": "/wordpress/wp-content/mu-plugins/rewrite.php", + "data": "set_permalink_structure('/%postname%/'); $wp_rewrite->flush_rules(); } );" + }, + { + "step": "updateUserMeta", + "meta": { + "admin_color": "modern" + }, + "userId": 1 + }, + { + "step": "updateUserMeta", + "meta": { + "first_name": "Rich", + "last_name": "Tabor" + }, + "userId": 1 + }, + { + "step": "installTheme", + "themeZipFile": { + "resource": "url", + "url": "https://github-proxy.com/proxy/?repo=richtabor/kanso&branch=main" + }, + "options": { + "activate": true + } + }, + { + "step": "importWxr", + "file": { + "resource": "url", + "url": "https://raw.githubusercontent.com/richtabor/kanso/main/blueprint-content.xml" + } + }, + { + "step": "setSiteOptions", + "options": { + "blogname": "Rich Tabor", + "blogdescription": "Multidisciplinary maker specializing in the intersection of product, design and engineering. Making WordPress.", + "show_on_front": "page", + "page_on_front": 6, + "page_for_posts": 2 + } + } + ], + "plugins": ["todo-list-block", "markdown-comment-block"] }