Last active
April 10, 2026 10:06
-
-
Save jamiemarsland/74623a4b5852b88a56f818913cc910f5 to your computer and use it in GitHub Desktop.
WordCamp Asia Speed Build Blueprint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "landingPage": "/wp-admin/", | |
| "preferredVersions": { | |
| "php": "8.2", | |
| "wp": "latest" | |
| }, | |
| "phpExtensionBundles": [ | |
| "kitchen-sink" | |
| ], | |
| "steps": [ | |
| { | |
| "step": "setSiteOptions", | |
| "options": { | |
| "blogname": "WordCamp Asia Speed Build" | |
| } | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp post create --post_type=page --post_title='About' --post_status=publish" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp post create --post_type=page --post_title='Books' --post_status=publish" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp post create --post_type=page --post_title=\"Children's Books\" --post_status=publish" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp post create --post_type=page --post_title='Media' --post_status=publish" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp post create --post_type=page --post_title='Awards and Recognition' --post_status=publish" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp media import https://raw.githubusercontent.com/jamiemarsland/playground-assets/main/%20top%20hero%20image.png" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp media import https://raw.githubusercontent.com/jamiemarsland/playground-assets/main/How_the_Sea_Became_Salty-e1707806428614.webp" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp media import https://raw.githubusercontent.com/jamiemarsland/playground-assets/main/Sudha-Murty-home.webp" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp media import https://raw.githubusercontent.com/jamiemarsland/playground-assets/main/The_Gopi_Diaries_Growing_Up.webp" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp media import https://raw.githubusercontent.com/jamiemarsland/playground-assets/main/choco.webp" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp media import https://raw.githubusercontent.com/jamiemarsland/playground-assets/main/dog.png" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp media import https://raw.githubusercontent.com/jamiemarsland/playground-assets/main/glasses.webp" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp media import https://raw.githubusercontent.com/jamiemarsland/playground-assets/main/growing%20up.webp" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp media import https://raw.githubusercontent.com/jamiemarsland/playground-assets/main/here%20there%20and%20everywhere.webp" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp media import https://raw.githubusercontent.com/jamiemarsland/playground-assets/main/orange-mango.webp" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp media import https://raw.githubusercontent.com/jamiemarsland/playground-assets/main/sudha%20murty.png" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp media import https://raw.githubusercontent.com/jamiemarsland/playground-assets/main/sudha-murty-1.webp" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp media import https://raw.githubusercontent.com/jamiemarsland/playground-assets/main/the%20day%20i%20stopped%20drinking%20milk.webp" | |
| }, | |
| { | |
| "step": "wp-cli", | |
| "command": "wp media import https://raw.githubusercontent.com/jamiemarsland/playground-assets/main/three%20thousand%20stitches.webp" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment