Skip to content

Commit

Permalink
Create blueprint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Jul 29, 2024
1 parent 4a6e3a8 commit 194f4b0
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "Kanso",
"description": "",
"author": "richtabor",
"categories": [ "Woocommerce", "Site" ]
},
"landingPage": "/wp-admin/site-editor.php",
"steps": [
{
"step": "resetData"
},
{
"step": "writeFile",
"path": "/wordpress/wp-content/mu-plugins/rewrite.php",
"data": "<?php /* Use pretty permalinks */ add_action( 'after_setup_theme', function() { global $wp_rewrite; $wp_rewrite->set_permalink_structure('/%postname%/'); $wp_rewrite->flush_rules(); } );"
},
{
"step": "installTheme",
"themeZipFile": {
"resource": "url",
"url": "https://github-proxy.com/proxy/?repo=richtabor/kanso&branch=main"
},
"options": {
"activate": true
}
},
{
"step": "setSiteOptions",
"options": {
"blogname": "Rich Tabor",
"blogdescription": "Multidisciplinary maker specializing in the intersection of product, design and engineering. Making WordPress."
}
},
{
"step": "login",
"username": "admin",
"password": "password"
}
]
}

0 comments on commit 194f4b0

Please sign in to comment.