monads-chess-cup-2020/build.sh

11 lines
423 B
Bash
Raw Permalink Normal View History

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
2020-12-11 20:20:58 +00:00
cp ./index.css ./chess-cup-2020/index.css
cp ./index.css ./chess-cup-2020/standings/index.css