Skip to content

Instantly share code, notes, and snippets.

@danmaby
Last active December 13, 2024 14:08
Show Gist options
  • Save danmaby/27dcf455ae0a15a6d326b5c9286a0ae8 to your computer and use it in GitHub Desktop.
Save danmaby/27dcf455ae0a15a6d326b5c9286a0ae8 to your computer and use it in GitHub Desktop.
#WPLDN Speed Build Blueprint
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "#WPLDN Speed Build.",
"description": "Dan Maby's #WPLDN Speed Build site.",
"author": "danmaby",
"categories": ["theme"]
},
"landingPage": "/",
"features": {
"networking": true
},
"steps": [
{
"step": "resetData"
},
{
"step": "updateUserMeta",
"meta": {
"first_name": "Dan",
"last_name": "Maby",
"admin_color": "modern"
},
"userId": 1
},
{
"step": "importWxr",
"file": {
"resource": "url",
"url": "https://gist.githubusercontent.com/danmaby/0685ca74e895f484959a3788c78966f3/raw/25f6976675b6b0705de6b15bb23a3d1ba73eab7c/2024-12-13.xml"
}
},
{
"step": "setSiteOptions",
"options": {
"blogname": "#WPLDN Speed Build",
"blogdescription": "Dan Maby's #WPLDN Speed Build site.",
"show_on_front": "page",
"page_on_front": 34
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment