updates
parent
0b11c0379d
commit
66d006ca70
|
@ -1 +1,2 @@
|
|||
html/
|
||||
chess-cup-2020/
|
||||
|
|
8
build.sh
8
build.sh
|
@ -1,10 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir -p ./html
|
||||
mkdir -p ./html/standings
|
||||
mkdir -p ./chess-cup-2020
|
||||
mkdir -p ./chess-cup-2020/standings
|
||||
|
||||
pandoc -s ./index.md -c index.css -o ./html/index.html --metadata title="Monads Charity Chess Cup 2020"
|
||||
pandoc -s ./standings.md -c index.css -o ./html/standings/index.html --metadata title="Monads Charity Chess Cup 2020 Standings"
|
||||
pandoc -s ./index.md -c index.css -o ./chess-cup-2020/index.html --metadata title="Monads Charity Chess Cup 2020"
|
||||
pandoc -s ./standings.md -c index.css -o ./chess-cup-2020/standings/index.html --metadata title="Monads Charity Chess Cup 2020 Standings"
|
||||
|
||||
cp ./index.css ./html/index.css
|
||||
cp ./index.css ./html/standings/index.css
|
||||
|
|
2
index.md
2
index.md
|
@ -20,7 +20,7 @@ Each entrant will play a fixed amount of matches for points. Entrants will be gi
|
|||
|
||||
**Finals: Dec 13 9AM PST**
|
||||
|
||||
The 8 players with the highest scores in preliminaries will be invited to the finals. Finals will be a double-elimination bracket format, and will be played and streamed live on [twitch.tv](https://twitch.tv/the_dankwraith).
|
||||
The 8 players with the highest scores in their groups will be invited to the finals. Finals will be a double-elimination bracket format, and will be played and streamed live on [twitch.tv](https://twitch.tv/the_dankwraith).
|
||||
|
||||
# Registration
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
| byttyrs | 4 | 2 | 0 | 2 |
|
||||
| nekros_o_athanatos | 2 | 1 | 0 | 3 |
|
||||
| Alex-Penclaw | 2 | 1 | 0 | 3 |
|
||||
| josephbenton | 8 | 4 | 0 | 0 |
|
||||
| ***josephbenton*** | 8 | 4 | 0 | 0 |
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue