all: pandoc -c style.css -V title:"" -s --to=html --metadata title=listout -o index.html index.md pandoc -c style.css -V title:"" -s --to=html --metadata title=about -o ~about about.md clean: rm -fr *.html rm -fr ./~about