2020-12-07 00:58:07 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2020-12-09 09:18:00 +00:00
|
|
|
mkdir -p ./chess-cup-2020
|
|
|
|
mkdir -p ./chess-cup-2020/standings
|
2020-12-07 00:58:07 +00:00
|
|
|
|
2020-12-09 09:18:00 +00:00
|
|
|
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"
|
2020-12-07 00:58:07 +00:00
|
|
|
|
|
|
|
cp ./index.css ./html/index.css
|
2020-12-07 01:37:46 +00:00
|
|
|
cp ./index.css ./html/standings/index.css
|