#!/bin/bash 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 ./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/standings/index.css