[build] command = "pandoc resume.md -o resume.html" command = "python3 markdown.py" command = "mkdir site" command = "mv index.html site" command = "mv style.css site" publish = "site"