update build script and link to standings

main
cosmonaut 2020-12-06 17:37:46 -08:00
parent c126125c67
commit f159c9c6df
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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.