1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-08-01 11:01:38 +00:00

netlify build instructions

This commit is contained in:
2019-06-13 15:50:16 -07:00
parent 1d484fdecc
commit 736d401bcd

7
netlify.toml Normal file
View File

@@ -0,0 +1,7 @@
[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"