-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 2ab4097
Showing
61 changed files
with
2,708 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
_site | ||
.sass-cache | ||
.jekyll-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<style type="text/css" media="screen"> | ||
.container { | ||
margin: 10px auto; | ||
max-width: 600px; | ||
text-align: center; | ||
} | ||
h1 { | ||
margin: 30px 0; | ||
font-size: 4em; | ||
line-height: 1; | ||
letter-spacing: -1px; | ||
} | ||
</style> | ||
|
||
<div class="container"> | ||
<h1>404</h1> | ||
|
||
<p><strong>Page not found :(</strong></p> | ||
<p>The requested page could not be found.</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
source "https://rubygems.org" | ||
|
||
# Hello! This is where you manage which Jekyll version is used to run. | ||
# When you want to use a different version, change it below, save the | ||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: | ||
# | ||
# bundle exec jekyll serve | ||
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
gem "jekyll", "~> 3.8.4" | ||
|
||
# This is the default theme for new Jekyll sites. You may change this to anything you like. | ||
gem "minima", "~> 2.0" | ||
|
||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
# gem "github-pages", group: :jekyll_plugins | ||
|
||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-feed", "~> 0.6" | ||
end | ||
|
||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
|
||
# Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1.0" if Gem.win_platform? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.7.0) | ||
public_suffix (>= 2.0.2, < 5.0) | ||
colorator (1.1.0) | ||
concurrent-ruby (1.1.8) | ||
em-websocket (0.5.2) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0.6.0) | ||
eventmachine (1.2.7-x64-mingw32) | ||
ffi (1.14.2-x64-mingw32) | ||
forwardable-extended (2.6.0) | ||
http_parser.rb (0.6.0) | ||
i18n (0.9.5) | ||
concurrent-ruby (~> 1.0) | ||
jekyll (3.8.7) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
em-websocket (~> 0.5) | ||
i18n (~> 0.7) | ||
jekyll-sass-converter (~> 1.0) | ||
jekyll-watch (~> 2.0) | ||
kramdown (= 2.3.1) | ||
liquid (~> 4.0) | ||
mercenary (~> 0.3.3) | ||
pathutil (~> 0.9) | ||
rouge (>= 1.7, < 4) | ||
safe_yaml (~> 1.0) | ||
jekyll-feed (0.15.1) | ||
jekyll (>= 3.7, < 5.0) | ||
jekyll-sass-converter (1.5.2) | ||
sass (~> 3.4) | ||
jekyll-seo-tag (2.7.1) | ||
jekyll (>= 3.8, < 5.0) | ||
jekyll-watch (2.2.1) | ||
listen (~> 3.0) | ||
kramdown (1.17.0) | ||
liquid (4.0.3) | ||
listen (3.4.1) | ||
rb-fsevent (~> 0.10, >= 0.10.3) | ||
rb-inotify (~> 0.9, >= 0.9.10) | ||
mercenary (0.3.6) | ||
minima (2.5.1) | ||
jekyll (>= 3.5, < 5.0) | ||
jekyll-feed (~> 0.9) | ||
jekyll-seo-tag (~> 2.1) | ||
pathutil (0.16.2) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (4.0.6) | ||
rb-fsevent (0.10.4) | ||
rb-inotify (0.10.1) | ||
ffi (~> 1.0) | ||
rouge (3.26.0) | ||
safe_yaml (1.0.5) | ||
sass (3.7.4) | ||
sass-listen (~> 4.0.0) | ||
sass-listen (4.0.0) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
tzinfo (2.0.4) | ||
concurrent-ruby (~> 1.0) | ||
tzinfo-data (1.2021.1) | ||
tzinfo (>= 1.0.0) | ||
wdm (0.1.1) | ||
|
||
PLATFORMS | ||
x64-mingw32 | ||
|
||
DEPENDENCIES | ||
jekyll (~> 3.8.4) | ||
jekyll-feed (~> 0.6) | ||
minima (~> 2.0) | ||
tzinfo-data | ||
wdm (~> 0.1.0) | ||
|
||
BUNDLED WITH | ||
2.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Copyright 2020 ShrekShao | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Welcome to Jekyll! | ||
# | ||
# This config file is meant for settings that affect your whole blog, values | ||
# which you are expected to set up once and rarely edit after that. If you find | ||
# yourself editing this file very often, consider using Jekyll's data files | ||
# feature for the data you need to update frequently. | ||
# | ||
# For technical reasons, this file is *NOT* reloaded automatically when you use | ||
# 'bundle exec jekyll serve'. If you change this file, please restart the server process. | ||
|
||
# Site settings | ||
# These are used to personalize your new site. If you look in the HTML files, | ||
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. | ||
# You can create any custom variable you would like, and they will be accessible | ||
# in the templates via {{ site.myvariable }}. | ||
title: NCCSF | ||
author: 北加州华人足球联盟 | ||
# email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
北加州华人足球联盟(Northern California Chinese Soccer Federation, aka NCCSF) 是由旧金山湾区华人球队共同发起成立的, 经美国联邦和加州政府认证的非盈利组织(501c.4 nonprofit organization)。 NCCSF 致力于发展华人社区群众足球运动,提高社区球员/球队数量及足球水平,促进社区球队/球员之间友好交流,从而达到提高足球运动在北加州/北美社区的普及度及增强华人体质的目标。 | ||
通过参与组织各类有有益社区的足球比赛及活动,NCCSF 力争为北加州华人社区足球队提供良好的后勤保障服务,为成员球队和广大足球爱好者打造一个资源共享的公共平台。 | ||
baseurl: "" # the subpath of your site | ||
url: "" # the base hostname & protocol for your site, e.g. http://example.com | ||
lang: zh | ||
languages: ["zh"] | ||
exclude_from_localizations: ["_posts", javascript", "images", "css"] | ||
|
||
# Build settings | ||
markdown: kramdown | ||
theme: minima | ||
plugins: | ||
- jekyll-feed | ||
- jekyll-seo-tag | ||
|
||
# Exclude from processing. | ||
# The following items will not be processed, by default. Create a custom list | ||
# to override the default setting. | ||
exclude: | ||
- Gemfile | ||
- Gemfile.lock | ||
- node_modules | ||
- vendor/bundle/ | ||
- vendor/cache/ | ||
- vendor/gems/ | ||
- vendor/ruby/ | ||
- docs/ | ||
|
||
# exclude: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"display_name": "21夏", | ||
"description": "2021年夏季联赛", | ||
"type": "league", | ||
"rules": "*本次联赛为友谊比赛,不计名次。\n*本次联赛有16支球队,分为A,B,两个小组,组内单循环赛制。各组比赛在不同场地进行,上场比赛人数也有不同要求\n*A组采用9人制, 在 Irvington Community Park (以下简称ICP) 举行, 地址:41885 Blacow Rd, Fremont, CA 94538\n*B组采用8人制, 在 Newark Sportsfield Park(以下简称Newark)举行, 地址: 6800 Mowry Avenue, Newark, CA 94560\n*比赛时间是90分钟,分上下半场各45分钟,中间休息10分钟" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"date": "2021-07-17 02:00PM", | ||
"type": "#1", | ||
"schedule": true, | ||
"images": [ | ||
], | ||
"home": { | ||
"key": "CalBlue", | ||
"score": 0, | ||
"events": [ | ||
] | ||
}, | ||
"away": { | ||
"key": "ICP", | ||
"score": 0, | ||
"events": [ | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"display_name": "CalBlue加蓝", | ||
"description": "CalBlue是一支有20年历史,活跃在湾区的老牌华人足球劲旅。", | ||
"logo": "teams/CalBlue/logo.jpg", | ||
"image": "teams/CalBlue/team.jpg", | ||
"players": { | ||
"starting": [ | ||
], | ||
"subs": [ | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{ | ||
"display_name": "ICP", | ||
"description": "ICP成立于2017年,由一帮在Irvington Community Park租场踢PICKUP的朋友组成。第一次组队参加2017八人制联赛,喜获勇者组冠军。2018年与兄弟队联合组队参加北加足联西贡渔港足球杯长青组(40+),以黑马身份夺得长青组亚军。", | ||
"logo": "teams/ICP/logo.png", | ||
"image": "teams/ICP/team.jpg", | ||
"players": { | ||
"starting": [ | ||
{ | ||
"number": 1, | ||
"name": "名字", | ||
"img": "teams/ICP/a/gk.jpg", | ||
"position": "门将", | ||
"locator": "GK" | ||
} | ||
,{ | ||
"number": 14, | ||
"name": "名字", | ||
"img": "teams/ICP/a/gk.jpg", | ||
"position": "后卫", | ||
"locator": "RCB" | ||
} | ||
,{ | ||
"number": 16, | ||
"name": "名字", | ||
"img": "teams/ICP/a/gk.jpg", | ||
"position": "后卫", | ||
"locator": "LB" | ||
} | ||
,{ | ||
"number": 55, | ||
"name": "名字", | ||
"img": "teams/ICP/a/gk.jpg", | ||
"position": "后卫", | ||
"locator": "RWB" | ||
} | ||
,{ | ||
"number": 4, | ||
"name": "名字", | ||
"img": "teams/ICP/a/gk.jpg", | ||
"position": "中场", | ||
"locator": "CDM" | ||
} | ||
,{ | ||
"number": 9, | ||
"name": "名字", | ||
"img": "teams/ICP/a/gk.jpg", | ||
"position": "中场", | ||
"locator": "LCM" | ||
} | ||
,{ | ||
"number": 10, | ||
"name": "名字", | ||
"img": "teams/ICP/a/gk.jpg", | ||
"position": "前锋", | ||
"locator": "LW" | ||
} | ||
,{ | ||
"number": 11, | ||
"name": "名字", | ||
"img": "teams/ICP/a/gk.jpg", | ||
"position": "前锋", | ||
"locator": "ST" | ||
} | ||
], | ||
"subs": [ | ||
{ | ||
"number": 12, | ||
"name": "名字", | ||
"position": "前锋", | ||
"locator": "LW" | ||
} | ||
,{ | ||
"number": 13, | ||
"name": "名字", | ||
"position": "前锋", | ||
"locator": "ST" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"display_name": "OverPower加州风暴", | ||
"description": "OverPower是一支由热爱足球的湾区华人青年组成的队伍,我们活跃于湾区各大足球比赛,成绩斐然,近三年来队伍不断壮大,成绩不断提高,成为北加成长最快的队伍。", | ||
"logo": "teams/OverPower/logo.jpg", | ||
"players": { | ||
"starting": [ | ||
], | ||
"subs": [ | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
posts_title: Posts | ||
schedule: Schedule | ||
goal_scorers: Goal Scorers | ||
season: Season | ||
player: | ||
photo: Pic | ||
name: Name | ||
team: Team | ||
goals_penalty: | | ||
Goals | ||
(Penalty) | ||
number: No. | ||
position: Position | ||
goals: Goals | ||
champion: Champion | ||
knockout_stage: Knockout Stage | ||
group_stage: Group Stage | ||
games_list: Games | ||
table: | ||
team_name: Team | ||
played: Played | ||
win: Wins | ||
tie: Draws | ||
lose: Loses | ||
goals_for: GF | ||
goals_against: GA | ||
goals_diff: GD | ||
avg: Avg | ||
points: P | ||
stats: Stats | ||
games: | ||
final: Final | ||
1/2: 1/2 Final | ||
1/2-final: 1/2 Final | ||
semi-final: 1/2 Final | ||
1/4: 1/4 Final | ||
1/4-final: 1/4 Final | ||
1/8: 1/8 Final | ||
1/8-final: 1/8 Final | ||
1/16: 1/16 Final | ||
1/16-final: 1/16 Final | ||
third-place-playoff: Third Place Playoff | ||
rank-playoff: Ranking Playoff | ||
group: Group | ||
group-r1: Group Round 1 | ||
group-r2: Group Round 2 | ||
group-r3: Group Round 3 | ||
group-r4: Group Round 4 | ||
group-r5: Group Round 5 | ||
group-r6: Group Round 6 | ||
league: League |
Oops, something went wrong.