-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.json
115 lines (115 loc) · 5.28 KB
/
site.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"sourceDirectory": "site",
"destinationDirectory": "out",
"dataDirectory": "data",
"partialsDirectory": "partials",
"helpersDirectory": "helpers",
"data": {
"layout": "layout/layout.html.hbs",
"title": "Two Scoop Games - Independent Games Studio"
},
"pages": {
"site/syrush/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "SyRUSH by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/syrush",
"shareMessage": "Check out SyRUSH from Two Scoop Games"
},
"site/apartment213/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "Apartment 213 by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/apartment213",
"shareMessage": "Check out Apartment 213 from Two Scoop Games"
},
"site/uprooted/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "Uprooted by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/uprooted",
"shareMessage": "Check out Uprooted from Two Scoop Games"
},
"site/fluffykins/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "Mr. Fluffykins' Great Sorting Adventure by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/fluffykins",
"shareMessage": "Check out Mr. Fluffykins' Great Sorting Adventure from Two Scoop Games"
},
"site/kickbotdx/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "Kick Bot DX by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/kickbotdx",
"shareMessage": "Check out Kick Bot DX from Two Scoop Games"
},
"site/kickbot/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "Kick Bot by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/kickbot",
"shareMessage": "Check out Kick Bot from Two Scoop Games"
},
"site/scurry/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "Scurry by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/scurry",
"shareMessage": "Check out Scurry from Two Scoop Games"
},
"site/stanleysqueaks/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "Stanley Squeaks and the Emerald Burrito by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/stanleysqueaks",
"shareMessage": "Check out Stanley Squeaks and the Emerald Burrito from Two Scoop Games"
},
"site/desserts/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "Desserts Killed Your Daddy by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/desserts",
"shareMessage": "Check out Desserts Killed Your Daddy from Two Scoop Games"
},
"site/thedaytheworldchanged/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "The Day the World Changed by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/thedaytheworldchanged",
"shareMessage": "The Day the World Changed from Two Scoop Games"
},
"site/treatmentandcontrol/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "Treatment and Control by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/treatmentandcontrol",
"shareMessage": "Treatment and Control from Two Scoop Games"
},
"site/clusterjunk/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "Cluster Junk by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/clusterjunk",
"shareMessage": "Cluster Junk from Two Scoop Games"
},
"site/morningritual/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "Morning Ritual by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/morningritual",
"shareMessage": "Morning Ritual from Two Scoop Games"
},
"site/electropolis/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "Electropolis by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/electropolis",
"shareMessage": "Electropolis from Two Scoop Games"
},
"site/duolastic/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "Duolastic by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/duolastic",
"shareMessage": "Duolastic from Two Scoop Games"
},
"site/pullpals/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "PullPals by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/pullpals",
"shareMessage": "PullPals from Two Scoop Games"
},
"site/fineage/index.html.hbs": {
"layout": "layout/layout.html.hbs",
"title": "Fineage by Two Scoop Games",
"shareUrl": "http://twoscoopgames.com/fineage",
"shareMessage": "Fineage from Two Scoop Games"
}
}
}