update build script and link to standings
parent
c126125c67
commit
f159c9c6df
4
build.sh
4
build.sh
|
@ -1,8 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
mkdir -p ./html
|
mkdir -p ./html
|
||||||
|
mkdir -p ./html/standings
|
||||||
|
|
||||||
pandoc -s ./index.md -c index.css -o ./html/index.html --metadata title="Monads Charity Chess Cup 2020"
|
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.html --metadata title="Monads Charity Chess Cup 2020 Standings"
|
pandoc -s ./standings.md -c index.css -o ./html/standings/index.html --metadata title="Monads Charity Chess Cup 2020 Standings"
|
||||||
|
|
||||||
cp ./index.css ./html/index.css
|
cp ./index.css ./html/index.css
|
||||||
|
cp ./index.css ./html/standings/index.css
|
||||||
|
|
4
index.md
4
index.md
|
@ -26,6 +26,10 @@ The 8 players with the highest scores in preliminaries will be invited to the fi
|
||||||
|
|
||||||
Registrations are now **closed**.
|
Registrations are now **closed**.
|
||||||
|
|
||||||
|
# Standings
|
||||||
|
|
||||||
|
[https://monads.online/chess-cup-2020/standings/](https://monads.online/chess-cup-2020/standings/)
|
||||||
|
|
||||||
# Group Stage
|
# Group Stage
|
||||||
|
|
||||||
Each entrant will play at least one match against every other player. They must play their matches by the evening of Dec 11.
|
Each entrant will play at least one match against every other player. They must play their matches by the evening of Dec 11.
|
||||||
|
|
Loading…
Reference in New Issue