1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-16 09:26:40 +00:00
Resume/netlify.toml
2019-06-13 15:50:16 -07:00

7 lines
209 B
TOML

[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"