diff --git a/netlify.toml b/netlify.toml index 7c7825c..26871af 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,5 @@ [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" + + command = "python3 build.py" + publish = "site" \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e0e73d0 Binary files /dev/null and b/requirements.txt differ