Skip to content

Commit

Permalink
update fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
shrekshao committed May 23, 2023
1 parent 7115cd9 commit 65c397c
Show file tree
Hide file tree
Showing 13 changed files with 110 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ baseurl: "" # the subpath of your site
url: "" # the base hostname & protocol for your site, e.g. http://example.com
lang: zh
languages: ["zh", "en"]
exclude_from_localizations: ["_posts", "assets", "docs", "scripts"]
exclude_from_localizations: ["_posts", "assets", "docs", "scripts", "_sass"]

# Build settings
markdown: kramdown
Expand Down
2 changes: 1 addition & 1 deletion _data/seasons/22q4/teams/OX9.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"display_name_zh": "九牛",
"display_name": "9.OX",
"display_name": "OX9 FC",
"description": "",
"logo": "teams/OX9/logo.jpeg",
"players": {
Expand Down
2 changes: 1 addition & 1 deletion _data/seasons/23q1/teams/OX9.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"display_name_zh": "九牛",
"display_name": "9.OX",
"display_name": "OX9 FC",
"description": "",
"logo": "teams/OX9/logo.jpeg",
"players": {
Expand Down
4 changes: 2 additions & 2 deletions _data/seasons/23q2-cup/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
,"2023-05-21-k4"
],
[
""
,""
"2023-05-27-k1"
,"2023-05-27-k3"
],
[
""
Expand Down
13 changes: 13 additions & 0 deletions _data/seasons/23q2-cup/games/2023-05-27-k1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"date": "2023-05-27 02:00PM",
"type": "rank-r3",
"schedule": true,
"home": {
"key": "OverPower",
"score": 0
},
"away": {
"key": "SVTigers",
"score": 0
}
}
13 changes: 13 additions & 0 deletions _data/seasons/23q2-cup/games/2023-05-27-k2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"date": "2023-05-27 02:00PM",
"type": "rank-r3",
"schedule": true,
"home": {
"key": "Hunters",
"score": 0
},
"away": {
"key": "Davis",
"score": 0
}
}
13 changes: 13 additions & 0 deletions _data/seasons/23q2-cup/games/2023-05-27-k3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"date": "2023-05-27 04:00PM",
"type": "rank-r3",
"schedule": true,
"home": {
"key": "CalBlue",
"score": 0
},
"away": {
"key": "SouthBay",
"score": 0
}
}
13 changes: 13 additions & 0 deletions _data/seasons/23q2-cup/games/2023-05-27-k4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"date": "2023-05-27 04:00PM",
"type": "rank-r3",
"schedule": true,
"home": {
"key": "GSF",
"score": 0
},
"away": {
"key": "Tengfei",
"score": 0
}
}
13 changes: 13 additions & 0 deletions _data/seasons/23q2-cup/games/2023-05-27-k5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"date": "2023-05-27 06:00PM",
"type": "rank-r3",
"schedule": true,
"home": {
"key": "DeepSoccer",
"score": 0
},
"away": {
"key": "Shoreline",
"score": 0
}
}
13 changes: 13 additions & 0 deletions _data/seasons/23q2-cup/games/2023-05-27-k6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"date": "2023-05-27 06:00PM",
"type": "rank-r3",
"schedule": true,
"home": {
"key": "Wolf",
"score": 0
},
"away": {
"key": "OX9",
"score": 0
}
}
13 changes: 13 additions & 0 deletions _data/seasons/23q2-cup/games/2023-05-27-k7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"date": "2023-05-27 08:00PM",
"type": "rank-r3",
"schedule": true,
"home": {
"key": "THU",
"score": 0
},
"away": {
"key": "WU",
"score": 0
}
}
13 changes: 13 additions & 0 deletions _data/seasons/23q2-cup/games/2023-05-27-k8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"date": "2023-05-27 08:00PM",
"type": "rank-r3",
"schedule": true,
"home": {
"key": "SouthBaySuper",
"score": 0
},
"away": {
"key": "EBU",
"score": 0
}
}
2 changes: 1 addition & 1 deletion _data/seasons/23q2-cup/teams/OX9.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"display_name_zh": "九牛",
"display_name": "9.OX",
"display_name": "OX9 FC",
"description": "",
"logo": "teams/OX9/logo.jpeg",
"players": {
Expand Down

0 comments on commit 65c397c

Please sign in to comment.