Commit 4d08033 1 parent b21f2bd commit 4d08033 Copy full SHA for 4d08033
File tree 1 file changed +15
-16
lines changed
blueprints/install-activate-setup-theme-from-gh-repo
1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change 31
31
},
32
32
{
33
33
"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" : " /"
37
39
},
38
40
"options" : {
39
- "activate" : true
41
+ "activate" : true
40
42
}
41
- },
43
+ },
42
44
{
43
45
"step" : " importWxr" ,
44
46
"file" : {
45
47
"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"
57
49
}
58
50
}
59
51
],
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
+ },
60
59
"plugins" : [" todo-list-block" , " markdown-comment-block" ]
61
60
}
You can’t perform that action at this time.
0 commit comments