Skip to content

Commit 4d08033

Browse files
committed
siteoption shorthand, no rawgithubusercontent, new themeInstall step
1 parent b21f2bd commit 4d08033

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

blueprints/install-activate-setup-theme-from-gh-repo/blueprint.json

+15-16
Original file line numberDiff line numberDiff line change
@@ -31,31 +31,30 @@
3131
},
3232
{
3333
"step": "installTheme",
34-
"themeZipFile": {
35-
"resource": "url",
36-
"url": "https://github-proxy.com/proxy/?repo=richtabor/kanso&branch=main"
34+
"themeData": {
35+
"resource": "git:directory",
36+
"url": "https://github.com/richtabor/kanso",
37+
"ref": "main",
38+
"path": "/"
3739
},
3840
"options": {
39-
"activate": true
41+
"activate": true
4042
}
41-
},
43+
},
4244
{
4345
"step": "importWxr",
4446
"file": {
4547
"resource": "url",
46-
"url": "https://raw.githubusercontent.com/WordPress/blueprints/trunk/blueprints/install-activate-setup-theme-from-gh-repo/blueprint-content.xml"
47-
}
48-
},
49-
{
50-
"step": "setSiteOptions",
51-
"options": {
52-
"blogname": "Rich Tabor",
53-
"blogdescription": "Multidisciplinary maker specializing in the intersection of product, design and engineering. Making WordPress.",
54-
"show_on_front": "page",
55-
"page_on_front": 6,
56-
"page_for_posts": 2
48+
"url": "https://github.com/WordPress/blueprints/blob/trunk/blueprints/install-activate-setup-theme-from-gh-repo/blueprint-content.xml"
5749
}
5850
}
5951
],
52+
"siteOptions": {
53+
"blogname": "Rich Tabor",
54+
"blogdescription": "Multidisciplinary maker specializing in the intersection of product, design and engineering. Making WordPress.",
55+
"show_on_front": "page",
56+
"page_on_front": "6",
57+
"page_for_posts": "2"
58+
},
6059
"plugins": ["todo-list-block", "markdown-comment-block"]
6160
}

0 commit comments

Comments
 (0)